#311B0D

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

Shades of Cocoa Brown #311B0D

Tints of Cocoa Brown #311B0D

Color information

#311B0D (or 0x311B0D) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1B and 0D. RGB value is (49,27,13). Sum of RGB (Red+Green+Blue) = 49+27+13=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B0D is #CEE4F2. Grayscale: #202020. Windows color (decimal): -13559027 or 858929. OLE color: 858929.

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

Color convert

RGB492713-
CMYK00.450.730.81
HSL23.33º58.06%12.16%-
HSV(B)23.33º73.47%19.22%-
XYZ1.731.470.57-
YUV31.98117.29140.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=55.06%
G=30.34%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49271300.450.730.8123.3358.0612.16
Hex311BD02D4951173ac
Octal613315055111121277214
Binary110001110111101010110110010011010001101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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