#341A13

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

Shades of Brown Pod #341A13

Tints of Brown Pod #341A13

Color information

#341A13 (or 0x341A13) is unknown color: approx Brown Pod. HEX triplet: 34, 1A and 13. RGB value is (52,26,19). Sum of RGB (Red+Green+Blue) = 52+26+19=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A13 is #CBE5EC. Grayscale: #212121. Windows color (decimal): -13362669 or 1251892. OLE color: 1251892.

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

Color convert

RGB522619-
CMYK00.500.630.80
HSL12.73º46.48%13.92%-
HSV(B)12.73º63.46%20.39%-
XYZ1.91.520.81-
YUV32.98120.11141.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=53.61%
G=26.80%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52261900.500.630.8012.7346.4813.92
Hex341A130323F50d2ee
Octal64322306277120155616
Binary11010011010100110110010111111101000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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