#331F11

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

Shades of Cocoa Brown #331F11

Tints of Cocoa Brown #331F11

Color information

#331F11 (or 0x331F11) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 11. RGB value is (51,31,17). Sum of RGB (Red+Green+Blue) = 51+31+17=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F11 is #CCE0EE. Grayscale: #232323. Windows color (decimal): -13426927 or 1122099. OLE color: 1122099.

HSL color Cylindrical-coordinate representation of color #331F11: hue angle of 24.71º 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 #331F11 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB513117-
CMYK00.390.670.8
HSL24.71º50%13.33%-
HSV(B)24.71º66.67%20%-
XYZ1.961.720.76-
YUV35.38117.63139.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=51.52%
G=31.31%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51311700.390.670.824.715013.33
Hex331F1102743501932d
Octal633721047103120316215
Binary1100111111110001010011110000111010000110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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