#3C2708

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

Shades of Cocoa Brown #3C2708

Tints of Cocoa Brown #3C2708

Color information

#3C2708 (or 0x3C2708) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 27 and 08. RGB value is (60,39,8). Sum of RGB (Red+Green+Blue) = 60+39+8=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2708 is #C3D8F7. Grayscale: #292929. Windows color (decimal): -12835064 or 534332. OLE color: 534332.

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

Color convert

RGB60398-
CMYK00.350.870.76
HSL35.77º76.47%13.33%-
HSV(B)35.77º86.67%23.53%-
XYZ2.632.430.56-
YUV41.74108.96141.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.07%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=56.07%
G=36.45%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6039800.350.870.7635.7776.4713.33
Hex3C278023574C244cd
Octal7447100431271144411415
Binary111100100111100001000111010111100110010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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