#341E17

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

Shades of Brown Pod #341E17

Tints of Brown Pod #341E17

Color information

#341E17 (or 0x341E17) is unknown color: approx Brown Pod. HEX triplet: 34, 1E and 17. RGB value is (52,30,23). Sum of RGB (Red+Green+Blue) = 52+30+23=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E17 is #CBE1E8. Grayscale: #232323. Windows color (decimal): -13361641 or 1515060. OLE color: 1515060.

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

Color convert

RGB523023-
CMYK00.420.560.80
HSL14.48º38.67%14.71%-
HSV(B)14.48º55.77%20.39%-
XYZ2.041.721.04-
YUV35.78120.79139.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=49.52%
G=28.57%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302300.420.560.8014.4838.6714.71
Hex341E1702A3850e27f
Octal64362705270120164717
Binary11010011110101110101010111000101000011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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