#331F13

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

Shades of Cocoa Brown #331F13

Tints of Cocoa Brown #331F13

Color information

#331F13 (or 0x331F13) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 13. RGB value is (51,31,19). Sum of RGB (Red+Green+Blue) = 51+31+19=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F13 is #CCE0EC. Grayscale: #232323. Windows color (decimal): -13426925 or 1253171. OLE color: 1253171.

HSL color Cylindrical-coordinate representation of color #331F13: hue angle of 22.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331F13 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB513119-
CMYK00.390.630.8
HSL22.5º45.71%13.73%-
HSV(B)22.5º62.75%20%-
XYZ1.971.730.85-
YUV35.61118.63138.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=50.50%
G=30.69%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51311900.390.630.822.545.7113.73
Hex331F130273F50162ee
Octal63372304777120265616
Binary110011111111001101001111111111010000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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