#342013

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

Shades of Cocoa Brown #342013

Tints of Cocoa Brown #342013

Color information

#342013 (or 0x342013) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 13. RGB value is (52,32,19). Sum of RGB (Red+Green+Blue) = 52+32+19=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342013 is #CBDFEC. Grayscale: #242424. Windows color (decimal): -13361133 or 1253428. OLE color: 1253428.

HSL color Cylindrical-coordinate representation of color #342013: hue angle of 23.64º 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 #342013 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB523219-
CMYK00.380.630.80
HSL23.64º46.48%13.92%-
HSV(B)23.64º63.46%20.39%-
XYZ2.051.810.86-
YUV36.5118.13139.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=50.49%
G=31.07%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52321900.380.630.8023.6446.4813.92
Hex3420130263F50182ee
Octal64402304677120305616
Binary1101001000001001101001101111111010000110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342013; }

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

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

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

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

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

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

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

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