#3C2002

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

Shades of Cocoa Brown #3C2002

Tints of Cocoa Brown #3C2002

Color information

#3C2002 (or 0x3C2002) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 20 and 02. RGB value is (60,32,2). Sum of RGB (Red+Green+Blue) = 60+32+2=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2002 is #C3DFFD. Grayscale: #252525. Windows color (decimal): -12836862 or 139324. OLE color: 139324.

HSL color Cylindrical-coordinate representation of color #3C2002: hue angle of 31.03º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C2002 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB60322-
CMYK00.470.970.76
HSL31.03º93.55%12.16%-
HSV(B)31.03º96.67%23.53%-
XYZ2.3920.32-
YUV36.95108.28144.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.83%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=63.83%
G=34.04%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6032200.470.970.7631.0393.5512.16
Hex3C20202F614C1f5ec
Octal744020571411143713614
Binary111100100000100101111110000110011001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,2); }

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

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

 a { background-color: rgb(60,32,2); }

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

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

 span { border-color: rgb(60,32,2); }

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