#331E05

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

Shades of Cocoa Brown #331E05

Tints of Cocoa Brown #331E05

Color information

#331E05 (or 0x331E05) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 05. RGB value is (51,30,5). Sum of RGB (Red+Green+Blue) = 51+30+5=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E05 is #CCE1FA. Grayscale: #212121. Windows color (decimal): -13427195 or 335411. OLE color: 335411.

HSL color Cylindrical-coordinate representation of color #331E05: hue angle of 32.61º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331E05 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51305-
CMYK00.410.900.8
HSL32.61º82.14%10.98%-
HSV(B)32.61º90.2%20%-
XYZ1.861.640.36-
YUV33.43111.96140.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=59.30%
G=34.88%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5130500.410.900.832.6182.1410.98
Hex331E50295A502152b
Octal633650511321204112213
Binary1100111111010101010011011010101000010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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