#311D05

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

Shades of Cocoa Brown #311D05

Tints of Cocoa Brown #311D05

Color information

#311D05 (or 0x311D05) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 05. RGB value is (49,29,5). Sum of RGB (Red+Green+Blue) = 49+29+5=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D05 is #CEE2FA. Grayscale: #202020. Windows color (decimal): -13558523 or 335153. OLE color: 335153.

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

Color convert

RGB49295-
CMYK00.410.900.81
HSL32.73º81.48%10.59%-
HSV(B)32.73º89.8%19.22%-
XYZ1.731.540.35-
YUV32.24112.63139.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=59.04%
G=34.94%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4929500.410.900.8132.7381.4810.59
Hex311D50295A512151b
Octal613550511321214112113
Binary1100011110110101010011011010101000110000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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