#311D00

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

Shades of Cocoa Brown #311D00

Tints of Cocoa Brown #311D00

Color information

#311D00 (or 0x311D00) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 00. RGB value is (49,29,0). Sum of RGB (Red+Green+Blue) = 49+29+0=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D00 is #CEE2FF. Grayscale: #1F1F1F. Windows color (decimal): -13558528 or 7473. OLE color: 7473.

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

Color convert

RGB49290-
CMYK00.4110.81
HSL35.51º100%9.61%-
HSV(B)35.51º100%19.22%-
XYZ1.711.530.21-
YUV31.67110.13140.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.82%
G=37.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4929000.4110.8135.511009.61
Hex311D002964512464a
Octal613500511441214414412
Binary11000111101001010011100100101000110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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