#3F290D

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

Shades of Cocoa Brown #3F290D

Tints of Cocoa Brown #3F290D

Color information

#3F290D (or 0x3F290D) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 29 and 0D. RGB value is (63,41,13). Sum of RGB (Red+Green+Blue) = 63+41+13=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F290D is #C0D6F2. Grayscale: #2C2C2C. Windows color (decimal): -12637939 or 862527. OLE color: 862527.

HSL color Cylindrical-coordinate representation of color #3F290D: hue angle of 33.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F290D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB634113-
CMYK00.350.790.75
HSL33.6º65.79%14.9%-
HSV(B)33.6º79.37%24.71%-
XYZ2.922.670.74-
YUV44.39110.29141.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=53.85%
G=35.04%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63411300.350.790.7533.665.7914.9
Hex3F29D0234F4B2242f
Octal7751150431171134210217
Binary111111101001110101000111001111100101110001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,13); }

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

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

 a { background-color: rgb(63,41,13); }

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

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

 span { border-color: rgb(63,41,13); }

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