#3C290D

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

Shades of Cocoa Brown #3C290D

Tints of Cocoa Brown #3C290D

Color information

#3C290D (or 0x3C290D) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 29 and 0D. RGB value is (60,41,13). Sum of RGB (Red+Green+Blue) = 60+41+13=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C290D is #C3D6F2. Grayscale: #2B2B2B. Windows color (decimal): -12834547 or 862524. OLE color: 862524.

HSL color Cylindrical-coordinate representation of color #3C290D: hue angle of 35.74º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C290D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB604113-
CMYK00.320.780.76
HSL35.74º64.38%14.31%-
HSV(B)35.74º78.33%23.53%-
XYZ2.732.580.73-
YUV43.49110.79139.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 52.63%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=52.63%
G=35.96%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60411300.320.780.7635.7464.3814.31
Hex3C29D0204E4C2440e
Octal7451150401161144410016
Binary111100101001110101000001001110100110010010010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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