#332205

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

Shades of Cocoa Brown #332205

Tints of Cocoa Brown #332205

Color information

#332205 (or 0x332205) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 05. RGB value is (51,34,5). Sum of RGB (Red+Green+Blue) = 51+34+5=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #332205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332205 is #CCDDFA. Grayscale: #232323. Windows color (decimal): -13426171 or 336435. OLE color: 336435.

HSL color Cylindrical-coordinate representation of color #332205: hue angle of 37.83º 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 #332205 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51345-
CMYK00.330.900.8
HSL37.83º82.14%10.98%-
HSV(B)37.83º90.2%20%-
XYZ1.961.860.4-
YUV35.78110.63138.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=56.67%
G=37.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5134500.330.900.837.8382.1410.98
Hex332250215A502652b
Octal634250411321204612213
Binary11001110001010101000011011010101000010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332205; }

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

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

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

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

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

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

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

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