#341F13

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

Shades of Brown Pod #341F13

Tints of Brown Pod #341F13

Color information

#341F13 (or 0x341F13) is unknown color: approx Brown Pod. HEX triplet: 34, 1F and 13. RGB value is (52,31,19). Sum of RGB (Red+Green+Blue) = 52+31+19=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F13 is #CBE0EC. Grayscale: #232323. Windows color (decimal): -13361389 or 1253172. OLE color: 1253172.

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

Color convert

RGB523119-
CMYK00.400.630.80
HSL21.82º46.48%13.92%-
HSV(B)21.82º63.46%20.39%-
XYZ2.021.760.85-
YUV35.91118.46139.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=50.98%
G=30.39%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52311900.400.630.8021.8246.4813.92
Hex341F130283F50162ee
Octal64372305077120265616
Binary110100111111001101010001111111010000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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