#342210

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

Shades of Cocoa Brown #342210

Tints of Cocoa Brown #342210

Color information

#342210 (or 0x342210) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 10. RGB value is (52,34,16). Sum of RGB (Red+Green+Blue) = 52+34+16=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #342210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342210 is #CBDDEF. Grayscale: #252525. Windows color (decimal): -13360624 or 1057332. OLE color: 1057332.

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

Color convert

RGB523416-
CMYK00.350.690.80
HSL30º52.94%13.33%-
HSV(B)30º69.23%20.39%-
XYZ2.081.910.75-
YUV37.33115.96138.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=50.98%
G=33.33%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52341600.350.690.803052.9413.33
Hex34221002345501e35d
Octal644220043105120366515
Binary11010010001010000010001110001011010000111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342210; }

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

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

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

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

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

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

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

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