#341E19

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

Shades of Brown Pod #341E19

Tints of Brown Pod #341E19

Color information

#341E19 (or 0x341E19) is unknown color: approx Brown Pod. HEX triplet: 34, 1E and 19. RGB value is (52,30,25). Sum of RGB (Red+Green+Blue) = 52+30+25=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E19 is #CBE1E6. Grayscale: #242424. Windows color (decimal): -13361639 or 1646132. OLE color: 1646132.

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

Color convert

RGB523025-
CMYK00.420.520.80
HSL11.11º35.06%15.1%-
HSV(B)11.11º51.92%20.39%-
XYZ2.061.731.15-
YUV36.01121.79139.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 30 (12.11% from 255) = 28.04%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=48.60%
G=28.04%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302500.420.520.8011.1135.0615.1
Hex341E1902A3450b23f
Octal64363105264120134317
Binary11010011110110010101010110100101000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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