#34210C

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

Shades of Cocoa Brown #34210C

Tints of Cocoa Brown #34210C

Color information

#34210C (or 0x34210C) is unknown color: approx Cocoa Brown. HEX triplet: 34, 21 and 0C. RGB value is (52,33,12). Sum of RGB (Red+Green+Blue) = 52+33+12=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #34210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34210C is #CBDEF3. Grayscale: #242424. Windows color (decimal): -13360884 or 794932. OLE color: 794932.

HSL color Cylindrical-coordinate representation of color #34210C: hue angle of 31.5º 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 #34210C is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB523312-
CMYK00.370.770.80
HSL31.5º62.5%12.55%-
HSV(B)31.5º76.92%20.39%-
XYZ2.031.840.6-
YUV36.29114.29139.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=53.61%
G=34.02%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52331200.370.770.8031.562.512.55
Hex3421C0254D50203ed
Octal644114045115120407615
Binary11010010000111000100101100110110100001000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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