#3C1E01

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

Shades of Cocoa Brown #3C1E01

Tints of Cocoa Brown #3C1E01

Color information

#3C1E01 (or 0x3C1E01) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 1E and 01. RGB value is (60,30,1). Sum of RGB (Red+Green+Blue) = 60+30+1=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1E01 is #C3E1FE. Grayscale: #232323. Windows color (decimal): -12837375 or 73276. OLE color: 73276.

HSL color Cylindrical-coordinate representation of color #3C1E01: hue angle of 29.49º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C1E01 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB60301-
CMYK00.500.980.76
HSL29.49º96.72%11.96%-
HSV(B)29.49º98.33%23.53%-
XYZ2.331.890.27-
YUV35.66108.44145.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.93%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=65.93%
G=32.97%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6030100.500.980.7629.4996.7211.96
Hex3C1E1032624C1d61c
Octal743610621421143514114
Binary1111001111010110010110001010011001110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,30,1); }

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

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

 a { background-color: rgb(60,30,1); }

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

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

 span { border-color: rgb(60,30,1); }

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