#341B13

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

Shades of Brown Pod #341B13

Tints of Brown Pod #341B13

Color information

#341B13 (or 0x341B13) is unknown color: approx Brown Pod. HEX triplet: 34, 1B and 13. RGB value is (52,27,19). Sum of RGB (Red+Green+Blue) = 52+27+19=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B13 is #CBE4EC. Grayscale: #212121. Windows color (decimal): -13362413 or 1252148. OLE color: 1252148.

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

Color convert

RGB522719-
CMYK00.480.630.80
HSL14.55º46.48%13.92%-
HSV(B)14.55º63.46%20.39%-
XYZ1.931.560.82-
YUV33.56119.78141.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=53.06%
G=27.55%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52271900.480.630.8014.5546.4813.92
Hex341B130303F50f2ee
Octal64332306077120175616
Binary11010011011100110110000111111101000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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