#3C2705

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

Shades of Cocoa Brown #3C2705

Tints of Cocoa Brown #3C2705

Color information

#3C2705 (or 0x3C2705) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 27 and 05. RGB value is (60,39,5). Sum of RGB (Red+Green+Blue) = 60+39+5=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2705 is #C3D8FA. Grayscale: #292929. Windows color (decimal): -12835067 or 337724. OLE color: 337724.

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

Color convert

RGB60395-
CMYK00.350.920.76
HSL37.09º84.62%12.75%-
HSV(B)37.09º91.67%23.53%-
XYZ2.622.420.47-
YUV41.4107.46141.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.69%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=57.69%
G=37.5%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6039500.350.920.7637.0984.6212.75
Hex3C2750235C4C2555d
Octal744750431341144512515
Binary11110010011110101000111011100100110010010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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