#332210

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

Shades of Cocoa Brown #332210

Tints of Cocoa Brown #332210

Color information

#332210 (or 0x332210) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 10. RGB value is (51,34,16). Sum of RGB (Red+Green+Blue) = 51+34+16=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #332210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332210 is #CCDDEF. Grayscale: #252525. Windows color (decimal): -13426160 or 1057331. OLE color: 1057331.

HSL color Cylindrical-coordinate representation of color #332210: hue angle of 30.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332210 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB513416-
CMYK00.330.690.8
HSL30.86º52.24%13.14%-
HSV(B)30.86º68.63%20%-
XYZ2.031.890.75-
YUV37.03116.13137.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=50.50%
G=33.66%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51341600.330.690.830.8652.2413.14
Hex33221002145501f34d
Octal634220041105120376415
Binary11001110001010000010000110001011010000111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332210; }

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

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

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

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

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

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

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

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