#62322D

Color #62322D Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #62322D

Tints of Redwood #62322D

Color information

#62322D (or 0x62322D) is unknown color: approx Redwood. HEX triplet: 62, 32 and 2D. RGB value is (98,50,45). Sum of RGB (Red+Green+Blue) = 98+50+45=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322D is #9DCDD2. Grayscale: #3F3F3F. Windows color (decimal): -10341843 or 2962018. OLE color: 2962018.

HSL color Cylindrical-coordinate representation of color #62322D: hue angle of 5.66º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62322D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB985045-
CMYK00.490.540.62
HSL5.66º37.06%28.04%-
HSV(B)5.66º54.08%38.43%-
XYZ6.655.073.11-
YUV63.78117.4152.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=50.78%
G=25.91%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98504500.490.540.625.6637.0628.04
Hex62322D031363E6251c
Octal1426255061667664534
Binary1100010110010101101011000111011011111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62322D; }

 p { color: rgb(98,50,45); }

 H1.HeaderClassName
 {
   color: #62322D;
 }
 .AnyTagClassName
 {
   color: #62322D;
 }
</style>
background-color css

<style>
 a { background-color: #62322D; }

 a { background-color: rgb(98,50,45); }

 div.DivClassName
 {
   background-color: #62322D;
 }
 .BgClassName
 {
   background-color: #62322D;
 }
</style>
border-color css

<style>
 span { border-color: #62322D; }

 span { border-color: rgb(98,50,45); }

 td.TdClassName
 {
   border-color: #62322D;
 }
 .TagClassName
 {
   border-color: #62322D;
 }
</style>