#33220C

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

Shades of Cocoa Brown #33220C

Tints of Cocoa Brown #33220C

Color information

#33220C (or 0x33220C) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 0C. RGB value is (51,34,12). Sum of RGB (Red+Green+Blue) = 51+34+12=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #33220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33220C is #CCDDF3. Grayscale: #242424. Windows color (decimal): -13426164 or 795187. OLE color: 795187.

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

Color convert

RGB513412-
CMYK00.330.760.8
HSL33.85º61.9%12.35%-
HSV(B)33.85º76.47%20%-
XYZ21.870.6-
YUV36.57114.13138.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.58%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=52.58%
G=35.05%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51341200.330.760.833.8561.912.35
Hex3322C0214C50223ec
Octal634214041114120427614
Binary11001110001011000100001100110010100001000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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