#342513

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

Shades of Cocoa Brown #342513

Tints of Cocoa Brown #342513

Color information

#342513 (or 0x342513) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 13. RGB value is (52,37,19). Sum of RGB (Red+Green+Blue) = 52+37+19=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342513 is #CBDAEC. Grayscale: #272727. Windows color (decimal): -13359853 or 1254708. OLE color: 1254708.

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

Color convert

RGB523719-
CMYK00.290.630.80
HSL32.73º46.48%13.92%-
HSV(B)32.73º63.46%20.39%-
XYZ2.22.10.91-
YUV39.43116.47136.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=48.15%
G=34.26%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52371900.290.630.8032.7346.4813.92
Hex34251301D3F50212ee
Octal64452303577120415616
Binary1101001001011001101110111111110100001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342513; }

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

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

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

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

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

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

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

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