#331E0D

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

Shades of Cocoa Brown #331E0D

Tints of Cocoa Brown #331E0D

Color information

#331E0D (or 0x331E0D) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 0D. RGB value is (51,30,13). Sum of RGB (Red+Green+Blue) = 51+30+13=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E0D is #CCE1F2. Grayscale: #222222. Windows color (decimal): -13427187 or 859699. OLE color: 859699.

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

Color convert

RGB513013-
CMYK00.410.750.8
HSL26.84º59.38%12.55%-
HSV(B)26.84º74.51%20%-
XYZ1.91.660.6-
YUV34.34115.96139.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=54.26%
G=31.91%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51301300.410.750.826.8459.3812.55
Hex331ED0294B501b3bd
Octal633615051113120337315
Binary110011111101101010100110010111010000110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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