#3C1F05

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

Shades of Cocoa Brown #3C1F05

Tints of Cocoa Brown #3C1F05

Color information

#3C1F05 (or 0x3C1F05) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 1F and 05. RGB value is (60,31,5). Sum of RGB (Red+Green+Blue) = 60+31+5=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1F05 is #C3E0FA. Grayscale: #242424. Windows color (decimal): -12837115 or 335676. OLE color: 335676.

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

Color convert

RGB60315-
CMYK00.480.920.76
HSL28.36º84.62%12.75%-
HSV(B)28.36º91.67%23.53%-
XYZ2.381.950.39-
YUV36.71110.11144.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 62.5%
GREEN value IS 31 (12.5% from 255) = 32.29%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=62.5%
G=32.29%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6031500.480.920.7628.3684.6212.75
Hex3C1F50305C4C1c55d
Octal743750601341143412515
Binary111100111111010110000101110010011001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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