#341E18

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

Shades of Brown Pod #341E18

Tints of Brown Pod #341E18

Color information

#341E18 (or 0x341E18) is unknown color: approx Brown Pod. HEX triplet: 34, 1E and 18. RGB value is (52,30,24). Sum of RGB (Red+Green+Blue) = 52+30+24=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E18 is #CBE1E7. Grayscale: #232323. Windows color (decimal): -13361640 or 1580596. OLE color: 1580596.

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

Color convert

RGB523024-
CMYK00.420.540.80
HSL12.86º36.84%14.9%-
HSV(B)12.86º53.85%20.39%-
XYZ2.051.721.09-
YUV35.89121.29139.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=49.06%
G=28.30%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302400.420.540.8012.8636.8414.9
Hex341E1802A3650d25f
Octal64363005266120154517
Binary11010011110110000101010110110101000011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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