#3C2808

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

Shades of Cocoa Brown #3C2808

Tints of Cocoa Brown #3C2808

Color information

#3C2808 (or 0x3C2808) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 28 and 08. RGB value is (60,40,8). Sum of RGB (Red+Green+Blue) = 60+40+8=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2808 is #C3D7F7. Grayscale: #2A2A2A. Windows color (decimal): -12834808 or 534588. OLE color: 534588.

HSL color Cylindrical-coordinate representation of color #3C2808: hue angle of 36.92º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C2808 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB60408-
CMYK00.330.870.76
HSL36.92º76.47%13.33%-
HSV(B)36.92º86.67%23.53%-
XYZ2.672.50.57-
YUV42.33108.63140.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.56%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=55.56%
G=37.04%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6040800.330.870.7636.9276.4713.33
Hex3C288021574C254cd
Octal7450100411271144511415
Binary111100101000100001000011010111100110010010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,40,8); }

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

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

 a { background-color: rgb(60,40,8); }

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

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

 span { border-color: rgb(60,40,8); }

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