#332212

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

Shades of Cocoa Brown #332212

Tints of Cocoa Brown #332212

Color information

#332212 (or 0x332212) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 12. RGB value is (51,34,18). Sum of RGB (Red+Green+Blue) = 51+34+18=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332212 is #CCDDED. Grayscale: #252525. Windows color (decimal): -13426158 or 1188403. OLE color: 1188403.

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

Color convert

RGB513418-
CMYK00.330.650.8
HSL29.09º47.83%13.53%-
HSV(B)29.09º64.71%20%-
XYZ2.051.890.83-
YUV37.26117.13137.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=49.51%
G=33.01%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51341800.330.650.829.0947.8313.53
Hex33221202141501d30e
Octal634222041101120356016
Binary11001110001010010010000110000011010000111011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332212; }

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

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

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

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

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

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

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

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