#3C2915

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

Shades of Cocoa Brown #3C2915

Tints of Cocoa Brown #3C2915

Color information

#3C2915 (or 0x3C2915) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 29 and 15. RGB value is (60,41,21). Sum of RGB (Red+Green+Blue) = 60+41+21=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2915 is #C3D6EA. Grayscale: #2C2C2C. Windows color (decimal): -12834539 or 1386812. OLE color: 1386812.

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

Color convert

RGB604121-
CMYK00.320.650.76
HSL30.77º48.15%15.88%-
HSV(B)30.77º65%23.53%-
XYZ2.792.61.06-
YUV44.4114.79139.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.18%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=49.18%
G=33.61%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60412100.320.650.7630.7748.1515.88
Hex3C2915020414C1f3010
Octal745125040101114376020
Binary111100101001101010100000100000110011001111111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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