#34220C

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

Shades of Cocoa Brown #34220C

Tints of Cocoa Brown #34220C

Color information

#34220C (or 0x34220C) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 0C. RGB value is (52,34,12). Sum of RGB (Red+Green+Blue) = 52+34+12=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #34220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34220C is #CBDDF3. Grayscale: #242424. Windows color (decimal): -13360628 or 795188. OLE color: 795188.

HSL color Cylindrical-coordinate representation of color #34220C: hue angle of 33º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34220C is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB523412-
CMYK00.350.770.80
HSL33º62.5%12.55%-
HSV(B)33º76.92%20.39%-
XYZ2.051.90.61-
YUV36.87113.96138.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=53.06%
G=34.69%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52341200.350.770.803362.512.55
Hex3422C0234D50213ed
Octal644214043115120417615
Binary11010010001011000100011100110110100001000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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