#342213

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

Shades of Cocoa Brown #342213

Tints of Cocoa Brown #342213

Color information

#342213 (or 0x342213) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 13. RGB value is (52,34,19). Sum of RGB (Red+Green+Blue) = 52+34+19=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342213 is #CBDDEC. Grayscale: #252525. Windows color (decimal): -13360621 or 1253940. OLE color: 1253940.

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

Color convert

RGB523419-
CMYK00.350.630.80
HSL27.27º46.48%13.92%-
HSV(B)27.27º63.46%20.39%-
XYZ2.111.920.88-
YUV37.67117.46138.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=49.52%
G=32.38%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52341900.350.630.8027.2746.4813.92
Hex3422130233F501b2ee
Octal64422304377120335616
Binary1101001000101001101000111111111010000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342213; }

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

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

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

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

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

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

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

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