#62403F

Color #62403F Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #62403F

Tints of Woody Brown #62403F

Color information

#62403F (or 0x62403F) is unknown color: approx Woody Brown. HEX triplet: 62, 40 and 3F. RGB value is (98,64,63). Sum of RGB (Red+Green+Blue) = 98+64+63=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62403F is #9DBFC0. Grayscale: #4A4A4A. Windows color (decimal): -10338241 or 4145250. OLE color: 4145250.

HSL color Cylindrical-coordinate representation of color #62403F: hue angle of 1.71º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62403F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB986463-
CMYK00.350.360.62
HSL1.71º21.74%31.57%-
HSV(B)1.71º35.71%38.43%-
XYZ7.776.625.57-
YUV74.05121.76145.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 63 (25% from 255) = 28%
R=43.56%
G=28.44%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98646300.350.360.621.7121.7431.57
Hex62403F023243E21620
Octal14210077043447622640
Binary1100010100000011111101000111001001111101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62403F; }

 p { color: rgb(98,64,63); }

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

<style>
 a { background-color: #62403F; }

 a { background-color: rgb(98,64,63); }

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

<style>
 span { border-color: #62403F; }

 span { border-color: rgb(98,64,63); }

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