#341910

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

Shades of Brown Pod #341910

Tints of Brown Pod #341910

Color information

#341910 (or 0x341910) is unknown color: approx Brown Pod. HEX triplet: 34, 19 and 10. RGB value is (52,25,16). Sum of RGB (Red+Green+Blue) = 52+25+16=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341910 is #CBE6EF. Grayscale: #202020. Windows color (decimal): -13362928 or 1055028. OLE color: 1055028.

HSL color Cylindrical-coordinate representation of color #341910: hue angle of 15º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341910 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB522516-
CMYK00.520.690.80
HSL15º52.94%13.33%-
HSV(B)15º69.23%20.39%-
XYZ1.861.460.67-
YUV32.05118.95142.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=55.91%
G=26.88%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52251600.520.690.801552.9413.33
Hex3419100344550f35d
Octal643120064105120176515
Binary110100110011000001101001000101101000011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341910; }

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

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

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

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

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

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

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

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