#341B16

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

Shades of Brown Pod #341B16

Tints of Brown Pod #341B16

Color information

#341B16 (or 0x341B16) is unknown color: approx Brown Pod. HEX triplet: 34, 1B and 16. RGB value is (52,27,22). Sum of RGB (Red+Green+Blue) = 52+27+22=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B16 is #CBE4E9. Grayscale: #212121. Windows color (decimal): -13362410 or 1448756. OLE color: 1448756.

HSL color Cylindrical-coordinate representation of color #341B16: hue angle of 10º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341B16 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB522722-
CMYK00.480.580.80
HSL10º40.54%14.51%-
HSV(B)10º57.69%20.39%-
XYZ1.951.570.96-
YUV33.9121.28140.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 51.49%
GREEN value IS 27 (10.94% from 255) = 26.73%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=51.49%
G=26.73%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52272200.480.580.801040.5414.51
Hex341B160303A50a29f
Octal64332606072120125117
Binary11010011011101100110000111010101000010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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