#3F2208

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

Shades of Cocoa Brown #3F2208

Tints of Cocoa Brown #3F2208

Color information

#3F2208 (or 0x3F2208) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 22 and 08. RGB value is (63,34,8). Sum of RGB (Red+Green+Blue) = 63+34+8=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2208 is #C0DDF7. Grayscale: #272727. Windows color (decimal): -12639736 or 533055. OLE color: 533055.

HSL color Cylindrical-coordinate representation of color #3F2208: hue angle of 28.36º 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 #3F2208 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB63348-
CMYK00.460.870.75
HSL28.36º77.46%13.92%-
HSV(B)28.36º87.3%24.71%-
XYZ2.672.220.52-
YUV39.71110.11144.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=60%
G=32.38%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6334800.460.870.7528.3677.4613.92
Hex3F22802E574B1c4de
Octal7742100561271133411516
Binary11111110001010000101110101011110010111110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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