#3F2A09

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

Shades of Cocoa Brown #3F2A09

Tints of Cocoa Brown #3F2A09

Color information

#3F2A09 (or 0x3F2A09) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 2A and 09. RGB value is (63,42,9). Sum of RGB (Red+Green+Blue) = 63+42+9=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A09 is #C0D5F6. Grayscale: #2C2C2C. Windows color (decimal): -12637687 or 600639. OLE color: 600639.

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

Color convert

RGB63429-
CMYK00.330.860.75
HSL36.67º75%14.12%-
HSV(B)36.67º85.71%24.71%-
XYZ2.932.730.63-
YUV44.52107.96141.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=55.26%
G=36.84%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6342900.330.860.7536.677514.12
Hex3F2A9021564B254be
Octal7752110411261134511316
Binary111111101010100101000011010110100101110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,42,9); }

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

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

 a { background-color: rgb(63,42,9); }

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

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

 span { border-color: rgb(63,42,9); }

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