#342015

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

Shades of Brown Pod #342015

Tints of Brown Pod #342015

Color information

#342015 (or 0x342015) is unknown color: approx Brown Pod. HEX triplet: 34, 20 and 15. RGB value is (52,32,21). Sum of RGB (Red+Green+Blue) = 52+32+21=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342015 is #CBDFEA. Grayscale: #242424. Windows color (decimal): -13361131 or 1384500. OLE color: 1384500.

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

Color convert

RGB523221-
CMYK00.380.600.80
HSL21.29º42.47%14.31%-
HSV(B)21.29º59.62%20.39%-
XYZ2.071.820.95-
YUV36.73119.13138.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 21 (8.59% from 255) = 20%
R=49.52%
G=30.48%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52322100.380.600.8021.2942.4714.31
Hex3420150263C50152ae
Octal64402504674120255216
Binary1101001000001010101001101111001010000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342015; }

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

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

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

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

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

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

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

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