#341E14

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

Shades of Brown Pod #341E14

Tints of Brown Pod #341E14

Color information

#341E14 (or 0x341E14) is unknown color: approx Brown Pod. HEX triplet: 34, 1E and 14. RGB value is (52,30,20). Sum of RGB (Red+Green+Blue) = 52+30+20=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E14 is #CBE1EB. Grayscale: #232323. Windows color (decimal): -13361644 or 1318452. OLE color: 1318452.

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

Color convert

RGB523020-
CMYK00.420.620.80
HSL18.75º44.44%14.12%-
HSV(B)18.75º61.54%20.39%-
XYZ2.011.710.89-
YUV35.44119.29139.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=50.98%
G=29.41%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302000.420.620.8018.7544.4414.12
Hex341E1402A3E50132ce
Octal64362405276120235416
Binary110100111101010001010101111101010000100111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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