#341F18

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

Shades of Brown Pod #341F18

Tints of Brown Pod #341F18

Color information

#341F18 (or 0x341F18) is unknown color: approx Brown Pod. HEX triplet: 34, 1F and 18. RGB value is (52,31,24). Sum of RGB (Red+Green+Blue) = 52+31+24=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F18 is #CBE0E7. Grayscale: #242424. Windows color (decimal): -13361384 or 1580852. OLE color: 1580852.

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

Color convert

RGB523124-
CMYK00.400.540.80
HSL15º36.84%14.9%-
HSV(B)15º53.85%20.39%-
XYZ2.071.781.1-
YUV36.48120.96139.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=48.60%
G=28.97%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52312400.400.540.801536.8414.9
Hex341F180283650f25f
Octal64373005066120174517
Binary11010011111110000101000110110101000011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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