#311C0B

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

Shades of Cocoa Brown #311C0B

Tints of Cocoa Brown #311C0B

Color information

#311C0B (or 0x311C0B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1C and 0B. RGB value is (49,28,11). Sum of RGB (Red+Green+Blue) = 49+28+11=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C0B is #CEE3F4. Grayscale: #202020. Windows color (decimal): -13558773 or 728113. OLE color: 728113.

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

Color convert

RGB492811-
CMYK00.430.780.81
HSL26.84º63.33%11.76%-
HSV(B)26.84º77.55%19.22%-
XYZ1.741.510.52-
YUV32.34115.96139.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=55.68%
G=31.82%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49281100.430.780.8126.8463.3311.76
Hex311CB02B4E511b3fc
Octal613413053116121337714
Binary110001111001011010101110011101010001110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,28,11); }

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

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

 a { background-color: rgb(49,28,11); }

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

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

 span { border-color: rgb(49,28,11); }

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