#311B02

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

Shades of Cocoa Brown #311B02

Tints of Cocoa Brown #311B02

Color information

#311B02 (or 0x311B02) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1B and 02. RGB value is (49,27,2). Sum of RGB (Red+Green+Blue) = 49+27+2=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B02 is #CEE4FD. Grayscale: #1E1E1E. Windows color (decimal): -13559038 or 138033. OLE color: 138033.

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

Color convert

RGB49272-
CMYK00.450.960.81
HSL31.91º92.16%10%-
HSV(B)31.91º95.92%19.22%-
XYZ1.671.440.25-
YUV30.73111.79141.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=62.82%
G=34.62%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4927200.450.960.8131.9192.1610
Hex311B202D6051205ca
Octal613320551401214013412
Binary110001110111001011011100000101000110000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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