#332104

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

Shades of Cocoa Brown #332104

Tints of Cocoa Brown #332104

Color information

#332104 (or 0x332104) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 04. RGB value is (51,33,4). Sum of RGB (Red+Green+Blue) = 51+33+4=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #332104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332104 is #CCDEFB. Grayscale: #232323. Windows color (decimal): -13426428 or 270643. OLE color: 270643.

HSL color Cylindrical-coordinate representation of color #332104: hue angle of 37.02º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #332104 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB51334-
CMYK00.350.920.8
HSL37.02º85.45%10.78%-
HSV(B)37.02º92.16%20%-
XYZ1.931.80.36-
YUV35.08110.46139.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=57.95%
G=37.5%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133400.350.920.837.0285.4510.78
Hex332140235C502555b
Octal634140431341204512513
Binary11001110000110001000111011100101000010010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332104; }

 p { color: rgb(51,33,4); }

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

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

 a { background-color: rgb(51,33,4); }

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

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

 span { border-color: rgb(51,33,4); }

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