#342515

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

Shades of Cocoa Brown #342515

Tints of Cocoa Brown #342515

Color information

#342515 (or 0x342515) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 15. RGB value is (52,37,21). Sum of RGB (Red+Green+Blue) = 52+37+21=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342515 is #CBDAEA. Grayscale: #272727. Windows color (decimal): -13359851 or 1385780. OLE color: 1385780.

HSL color Cylindrical-coordinate representation of color #342515: hue angle of 30.97º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342515 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB523721-
CMYK00.290.600.80
HSL30.97º42.47%14.31%-
HSV(B)30.97º59.62%20.39%-
XYZ2.212.111-
YUV39.66117.47136.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=47.27%
G=33.64%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52372100.290.600.8030.9742.4714.31
Hex34251501D3C501f2ae
Octal64452503574120375216
Binary110100100101101010111011111001010000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342515; }

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

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

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

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

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

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

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

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