#332218

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

Shades of Cocoa Brown #332218

Tints of Cocoa Brown #332218

Color information

#332218 (or 0x332218) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 18. RGB value is (51,34,24). Sum of RGB (Red+Green+Blue) = 51+34+24=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332218 is #CCDDE7. Grayscale: #262626. Windows color (decimal): -13426152 or 1581619. OLE color: 1581619.

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

Color convert

RGB513424-
CMYK00.330.530.8
HSL22.22º36%14.71%-
HSV(B)22.22º52.94%20%-
XYZ2.11.911.12-
YUV37.94120.13137.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=46.79%
G=31.19%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51342400.330.530.822.223614.71
Hex33221802135501624f
Octal63423004165120264417
Binary1100111000101100001000011101011010000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332218; }

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

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

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

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

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

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

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

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