#3C1F01

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

Shades of Cocoa Brown #3C1F01

Tints of Cocoa Brown #3C1F01

Color information

#3C1F01 (or 0x3C1F01) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 1F and 01. RGB value is (60,31,1). Sum of RGB (Red+Green+Blue) = 60+31+1=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1F01 is #C3E0FE. Grayscale: #242424. Windows color (decimal): -12837119 or 73532. OLE color: 73532.

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

Color convert

RGB60311-
CMYK00.480.980.76
HSL30.51º96.72%11.96%-
HSV(B)30.51º98.33%23.53%-
XYZ2.361.940.28-
YUV36.25108.11144.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.22%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=65.22%
G=33.70%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6031100.480.980.7630.5196.7211.96
Hex3C1F1030624C1f61c
Octal743710601421143714114
Binary1111001111110110000110001010011001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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