#331E11

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

Shades of Cocoa Brown #331E11

Tints of Cocoa Brown #331E11

Color information

#331E11 (or 0x331E11) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 11. RGB value is (51,30,17). Sum of RGB (Red+Green+Blue) = 51+30+17=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #331E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E11 is #CCE1EE. Grayscale: #222222. Windows color (decimal): -13427183 or 1121843. OLE color: 1121843.

HSL color Cylindrical-coordinate representation of color #331E11: hue angle of 22.94º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331E11 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB513017-
CMYK00.410.670.8
HSL22.94º50%13.33%-
HSV(B)22.94º66.67%20%-
XYZ1.931.670.75-
YUV34.8117.96139.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=52.04%
G=30.61%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51301700.410.670.822.945013.33
Hex331E1102943501732d
Octal633621051103120276215
Binary1100111111010001010100110000111010000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E11; }

 p { color: rgb(51,30,17); }

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

<style>
 a { background-color: #331E11; }

 a { background-color: rgb(51,30,17); }

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

<style>
 span { border-color: #331E11; }

 span { border-color: rgb(51,30,17); }

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