#311E05

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

Shades of Cocoa Brown #311E05

Tints of Cocoa Brown #311E05

Color information

#311E05 (or 0x311E05) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 05. RGB value is (49,30,5). Sum of RGB (Red+Green+Blue) = 49+30+5=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E05 is #CEE1FA. Grayscale: #202020. Windows color (decimal): -13558267 or 335409. OLE color: 335409.

HSL color Cylindrical-coordinate representation of color #311E05: hue angle of 34.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311E05 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49305-
CMYK00.390.900.81
HSL34.09º81.48%10.59%-
HSV(B)34.09º89.8%19.22%-
XYZ1.761.590.36-
YUV32.83112.29139.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=58.33%
G=35.71%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4930500.390.900.8134.0981.4810.59
Hex311E50275A512251b
Octal613650471321214212113
Binary1100011111010101001111011010101000110001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,5); }

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

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

 a { background-color: rgb(49,30,5); }

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

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

 span { border-color: rgb(49,30,5); }

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