#311C01

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

Shades of Cocoa Brown #311C01

Tints of Cocoa Brown #311C01

Color information

#311C01 (or 0x311C01) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1C and 01. RGB value is (49,28,1). Sum of RGB (Red+Green+Blue) = 49+28+1=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C01 is #CEE3FE. Grayscale: #1F1F1F. Windows color (decimal): -13558783 or 72753. OLE color: 72753.

HSL color Cylindrical-coordinate representation of color #311C01: hue angle of 33.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #311C01 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49281-
CMYK00.430.980.81
HSL33.75º96%9.8%-
HSV(B)33.75º97.96%19.22%-
XYZ1.691.490.23-
YUV31.2110.96140.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=62.82%
G=35.90%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4928100.430.980.8133.75969.8
Hex311C102B62512260a
Octal613410531421214214012
Binary11000111100101010111100010101000110001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311C01; }

 p { color: rgb(49,28,1); }

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

<style>
 a { background-color: #311C01; }

 a { background-color: rgb(49,28,1); }

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

<style>
 span { border-color: #311C01; }

 span { border-color: rgb(49,28,1); }

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