#33220D

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

Shades of Cocoa Brown #33220D

Tints of Cocoa Brown #33220D

Color information

#33220D (or 0x33220D) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 0D. RGB value is (51,34,13). Sum of RGB (Red+Green+Blue) = 51+34+13=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33220D is #CCDDF2. Grayscale: #242424. Windows color (decimal): -13426163 or 860723. OLE color: 860723.

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

Color convert

RGB513413-
CMYK00.330.750.8
HSL33.16º59.38%12.55%-
HSV(B)33.16º74.51%20%-
XYZ2.011.880.64-
YUV36.69114.63138.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=52.04%
G=34.69%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51341300.330.750.833.1659.3812.55
Hex3322D0214B50213bd
Octal634215041113120417315
Binary11001110001011010100001100101110100001000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33220D; }

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

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

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

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

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

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

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

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