#311C08

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

Shades of Cocoa Brown #311C08

Tints of Cocoa Brown #311C08

Color information

#311C08 (or 0x311C08) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1C and 08. RGB value is (49,28,8). Sum of RGB (Red+Green+Blue) = 49+28+8=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C08 is #CEE3F7. Grayscale: #202020. Windows color (decimal): -13558776 or 531505. OLE color: 531505.

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

Color convert

RGB49288-
CMYK00.430.840.81
HSL29.27º71.93%11.18%-
HSV(B)29.27º83.67%19.22%-
XYZ1.731.50.43-
YUV32114.46140.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=57.65%
G=32.94%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4928800.430.840.8129.2771.9311.18
Hex311C802B54511d48b
Octal6134100531241213511013
Binary1100011110010000101011101010010100011110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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