#3C2602

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

Shades of Cocoa Brown #3C2602

Tints of Cocoa Brown #3C2602

Color information

#3C2602 (or 0x3C2602) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 26 and 02. RGB value is (60,38,2). Sum of RGB (Red+Green+Blue) = 60+38+2=100 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2602 is #C3D9FD. Grayscale: #282828. Windows color (decimal): -12835326 or 140860. OLE color: 140860.

HSL color Cylindrical-coordinate representation of color #3C2602: hue angle of 37.24º 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 #3C2602 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB60382-
CMYK00.370.970.76
HSL37.24º93.55%12.16%-
HSV(B)37.24º96.67%23.53%-
XYZ2.572.350.38-
YUV40.47106.29141.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 2 (1.17% from 255) = 2%
R=60%
G=38%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6038200.370.970.7637.2493.5512.16
Hex3C262025614C255ec
Octal744620451411144513614
Binary1111001001101001001011100001100110010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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