#342211

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

Shades of Cocoa Brown #342211

Tints of Cocoa Brown #342211

Color information

#342211 (or 0x342211) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 11. RGB value is (52,34,17). Sum of RGB (Red+Green+Blue) = 52+34+17=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342211 is #CBDDEE. Grayscale: #252525. Windows color (decimal): -13360623 or 1122868. OLE color: 1122868.

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

Color convert

RGB523417-
CMYK00.350.670.80
HSL29.14º50.72%13.53%-
HSV(B)29.14º67.31%20.39%-
XYZ2.091.910.79-
YUV37.44116.46138.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=50.49%
G=33.01%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52341700.350.670.8029.1450.7213.53
Hex34221102343501d33e
Octal644221043103120356316
Binary11010010001010001010001110000111010000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342211; }

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

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

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

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

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

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

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

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