#341F15

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

Shades of Brown Pod #341F15

Tints of Brown Pod #341F15

Color information

#341F15 (or 0x341F15) is unknown color: approx Brown Pod. HEX triplet: 34, 1F and 15. RGB value is (52,31,21). Sum of RGB (Red+Green+Blue) = 52+31+21=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #341F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F15 is #CBE0EA. Grayscale: #242424. Windows color (decimal): -13361387 or 1384244. OLE color: 1384244.

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

Color convert

RGB523121-
CMYK00.400.600.80
HSL19.35º42.47%14.31%-
HSV(B)19.35º59.62%20.39%-
XYZ2.041.760.94-
YUV36.14119.46139.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=50%
G=29.81%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52312100.400.600.8019.3542.4714.31
Hex341F150283C50132ae
Octal64372505074120235216
Binary110100111111010101010001111001010000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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