#311C06

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

Shades of Cocoa Brown #311C06

Tints of Cocoa Brown #311C06

Color information

#311C06 (or 0x311C06) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1C and 06. RGB value is (49,28,6). Sum of RGB (Red+Green+Blue) = 49+28+6=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C06 is #CEE3F9. Grayscale: #1F1F1F. Windows color (decimal): -13558778 or 400433. OLE color: 400433.

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

Color convert

RGB49286-
CMYK00.430.880.81
HSL30.7º78.18%10.78%-
HSV(B)30.7º87.76%19.22%-
XYZ1.711.50.37-
YUV31.77113.46140.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=59.04%
G=33.73%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4928600.430.880.8130.778.1810.78
Hex311C602B58511f4eb
Octal613460531301213711613
Binary110001111001100101011101100010100011111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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