#331E0C

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

Shades of Cocoa Brown #331E0C

Tints of Cocoa Brown #331E0C

Color information

#331E0C (or 0x331E0C) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 0C. RGB value is (51,30,12). Sum of RGB (Red+Green+Blue) = 51+30+12=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E0C is #CCE1F3. Grayscale: #222222. Windows color (decimal): -13427188 or 794163. OLE color: 794163.

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

Color convert

RGB513012-
CMYK00.410.760.8
HSL27.69º61.9%12.35%-
HSV(B)27.69º76.47%20%-
XYZ1.91.660.57-
YUV34.23115.46139.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=54.84%
G=32.26%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51301200.410.760.827.6961.912.35
Hex331EC0294C501c3ec
Octal633614051114120347614
Binary110011111101100010100110011001010000111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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