#341D15

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

Shades of Brown Pod #341D15

Tints of Brown Pod #341D15

Color information

#341D15 (or 0x341D15) is unknown color: approx Brown Pod. HEX triplet: 34, 1D and 15. RGB value is (52,29,21). Sum of RGB (Red+Green+Blue) = 52+29+21=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D15 is #CBE2EA. Grayscale: #232323. Windows color (decimal): -13361899 or 1383732. OLE color: 1383732.

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

Color convert

RGB522921-
CMYK00.440.600.80
HSL15.48º42.47%14.31%-
HSV(B)15.48º59.62%20.39%-
XYZ1.991.660.93-
YUV34.96120.12140.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=50.98%
G=28.43%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52292100.440.600.8015.4842.4714.31
Hex341D1502C3C50f2ae
Octal64352505474120175216
Binary11010011101101010101100111100101000011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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