#341D17

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

Shades of Brown Pod #341D17

Tints of Brown Pod #341D17

Color information

#341D17 (or 0x341D17) is unknown color: approx Brown Pod. HEX triplet: 34, 1D and 17. RGB value is (52,29,23). Sum of RGB (Red+Green+Blue) = 52+29+23=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #341D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D17 is #CBE2E8. Grayscale: #232323. Windows color (decimal): -13361897 or 1514804. OLE color: 1514804.

HSL color Cylindrical-coordinate representation of color #341D17: hue angle of 12.41º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341D17 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB522923-
CMYK00.440.560.80
HSL12.41º38.67%14.71%-
HSV(B)12.41º55.77%20.39%-
XYZ2.011.671.03-
YUV35.19121.12139.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=50%
G=27.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52292300.440.560.8012.4138.6714.71
Hex341D1702C3850c27f
Octal64352705470120144717
Binary11010011101101110101100111000101000011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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