#342519

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

Shades of Cocoa Brown #342519

Tints of Cocoa Brown #342519

Color information

#342519 (or 0x342519) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 19. RGB value is (52,37,25). Sum of RGB (Red+Green+Blue) = 52+37+25=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #342519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342519 is #CBDAE6. Grayscale: #282828. Windows color (decimal): -13359847 or 1647924. OLE color: 1647924.

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

Color convert

RGB523725-
CMYK00.290.520.80
HSL26.67º35.06%15.1%-
HSV(B)26.67º51.92%20.39%-
XYZ2.252.121.21-
YUV40.12119.47136.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=45.61%
G=32.46%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52372500.290.520.8026.6735.0615.1
Hex34251901D34501b23f
Octal64453103564120334317
Binary110100100101110010111011101001010000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342519; }

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

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

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

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

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

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

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

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