#342518

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

Shades of Cocoa Brown #342518

Tints of Cocoa Brown #342518

Color information

#342518 (or 0x342518) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 18. RGB value is (52,37,24). Sum of RGB (Red+Green+Blue) = 52+37+24=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342518 is #CBDAE7. Grayscale: #282828. Windows color (decimal): -13359848 or 1582388. OLE color: 1582388.

HSL color Cylindrical-coordinate representation of color #342518: hue angle of 27.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342518 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB523724-
CMYK00.290.540.80
HSL27.86º36.84%14.9%-
HSV(B)27.86º53.85%20.39%-
XYZ2.242.121.15-
YUV40118.97136.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=46.02%
G=32.74%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52372400.290.540.8027.8636.8414.9
Hex34251801D36501c25f
Octal64453003566120344517
Binary110100100101110000111011101101010000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342518; }

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

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

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

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

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

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

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

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