#311D06

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

Shades of Cocoa Brown #311D06

Tints of Cocoa Brown #311D06

Color information

#311D06 (or 0x311D06) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 06. RGB value is (49,29,6). Sum of RGB (Red+Green+Blue) = 49+29+6=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D06 is #CEE2F9. Grayscale: #202020. Windows color (decimal): -13558522 or 400689. OLE color: 400689.

HSL color Cylindrical-coordinate representation of color #311D06: hue angle of 32.09º 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 #311D06 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB49296-
CMYK00.410.880.81
HSL32.09º78.18%10.78%-
HSV(B)32.09º87.76%19.22%-
XYZ1.741.540.38-
YUV32.36113.13139.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=58.33%
G=34.52%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4929600.410.880.8132.0978.1810.78
Hex311D60295851204eb
Octal613560511301214011613
Binary1100011110111001010011011000101000110000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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