#341E15

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

Shades of Brown Pod #341E15

Tints of Brown Pod #341E15

Color information

#341E15 (or 0x341E15) is unknown color: approx Brown Pod. HEX triplet: 34, 1E and 15. RGB value is (52,30,21). Sum of RGB (Red+Green+Blue) = 52+30+21=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #341E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E15 is #CBE1EA. Grayscale: #232323. Windows color (decimal): -13361643 or 1383988. OLE color: 1383988.

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

Color convert

RGB523021-
CMYK00.420.600.80
HSL17.42º42.47%14.31%-
HSV(B)17.42º59.62%20.39%-
XYZ2.021.710.93-
YUV35.55119.79139.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=50.49%
G=29.13%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302100.420.600.8017.4242.4714.31
Hex341E1502A3C50112ae
Octal64362505274120215216
Binary110100111101010101010101111001010000100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341E15; }

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

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

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

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

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

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

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

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