#311C0C

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

Shades of Cocoa Brown #311C0C

Tints of Cocoa Brown #311C0C

Color information

#311C0C (or 0x311C0C) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1C and 0C. RGB value is (49,28,12). Sum of RGB (Red+Green+Blue) = 49+28+12=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C0C is #CEE3F3. Grayscale: #202020. Windows color (decimal): -13558772 or 793649. OLE color: 793649.

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

Color convert

RGB492812-
CMYK00.430.760.81
HSL25.95º60.66%11.96%-
HSV(B)25.95º75.51%19.22%-
XYZ1.751.510.55-
YUV32.46116.46139.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=55.06%
G=31.46%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49281200.430.760.8125.9560.6611.96
Hex311CC02B4C511a3dc
Octal613414053114121327514
Binary110001111001100010101110011001010001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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