#3F2408

Color #3F2408 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #3F2408

Tints of Cocoa Brown #3F2408

Color information

#3F2408 (or 0x3F2408) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 24 and 08. RGB value is (63,36,8). Sum of RGB (Red+Green+Blue) = 63+36+8=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2408 is #C0DBF7. Grayscale: #292929. Windows color (decimal): -12639224 or 533567. OLE color: 533567.

HSL color Cylindrical-coordinate representation of color #3F2408: hue angle of 30.55º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F2408 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB63368-
CMYK00.430.870.75
HSL30.55º77.46%13.92%-
HSV(B)30.55º87.3%24.71%-
XYZ2.722.340.54-
YUV40.88109.45143.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=58.88%
G=33.64%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6336800.430.870.7530.5577.4613.92
Hex3F24802B574B1f4de
Octal7744100531271133711516
Binary11111110010010000101011101011110010111111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2408; }

 p { color: rgb(63,36,8); }

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

<style>
 a { background-color: #3F2408; }

 a { background-color: rgb(63,36,8); }

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

<style>
 span { border-color: #3F2408; }

 span { border-color: rgb(63,36,8); }

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