#311D08

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

Shades of Cocoa Brown #311D08

Tints of Cocoa Brown #311D08

Color information

#311D08 (or 0x311D08) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 08. RGB value is (49,29,8). Sum of RGB (Red+Green+Blue) = 49+29+8=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D08 is #CEE2F7. Grayscale: #202020. Windows color (decimal): -13558520 or 531761. OLE color: 531761.

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

Color convert

RGB49298-
CMYK00.410.840.81
HSL30.73º71.93%11.18%-
HSV(B)30.73º83.67%19.22%-
XYZ1.751.550.44-
YUV32.59114.13139.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 8 (3.52% from 255) = 9.30%
R=56.98%
G=33.72%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4929800.410.840.8130.7371.9311.18
Hex311D802954511f48b
Octal6135100511241213711013
Binary1100011110110000101001101010010100011111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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