#311B00

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

Shades of Cocoa Brown #311B00

Tints of Cocoa Brown #311B00

Color information

#311B00 (or 0x311B00) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1B and 00. RGB value is (49,27,0). Sum of RGB (Red+Green+Blue) = 49+27+0=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B00 is #CEE4FF. Grayscale: #1E1E1E. Windows color (decimal): -13559040 or 6961. OLE color: 6961.

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

Color convert

RGB49270-
CMYK00.4510.81
HSL33.06º100%9.61%-
HSV(B)33.06º100%19.22%-
XYZ1.661.440.19-
YUV30.5110.79141.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.47%
G=35.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4927000.4510.8133.061009.61
Hex311B002D64512164a
Octal613300551441214114412
Binary11000111011001011011100100101000110000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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