#331F12

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

Shades of Cocoa Brown #331F12

Tints of Cocoa Brown #331F12

Color information

#331F12 (or 0x331F12) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 12. RGB value is (51,31,18). Sum of RGB (Red+Green+Blue) = 51+31+18=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F12 is #CCE0ED. Grayscale: #232323. Windows color (decimal): -13426926 or 1187635. OLE color: 1187635.

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

Color convert

RGB513118-
CMYK00.390.650.8
HSL23.64º47.83%13.53%-
HSV(B)23.64º64.71%20%-
XYZ1.961.730.8-
YUV35.5118.13139.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 18 (7.42% from 255) = 18%
R=51%
G=31%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51311800.390.650.823.6447.8313.53
Hex331F1202741501830e
Octal633722047101120306016
Binary1100111111110010010011110000011010000110001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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