#311B08

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

Shades of Cocoa Brown #311B08

Tints of Cocoa Brown #311B08

Color information

#311B08 (or 0x311B08) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1B and 08. RGB value is (49,27,8). Sum of RGB (Red+Green+Blue) = 49+27+8=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B08 is #CEE4F7. Grayscale: #1F1F1F. Windows color (decimal): -13559032 or 531249. OLE color: 531249.

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

Color convert

RGB49278-
CMYK00.450.840.81
HSL27.8º71.93%11.18%-
HSV(B)27.8º83.67%19.22%-
XYZ1.71.450.42-
YUV31.41114.79140.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=58.33%
G=32.14%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4927800.450.840.8127.871.9311.18
Hex311B802D54511c48b
Octal6133100551241213411013
Binary1100011101110000101101101010010100011110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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