#341906

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

Shades of Brown Pod #341906

Tints of Brown Pod #341906

Color information

#341906 (or 0x341906) is unknown color: approx Brown Pod. HEX triplet: 34, 19 and 06. RGB value is (52,25,6). Sum of RGB (Red+Green+Blue) = 52+25+6=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341906 is #CBE6F9. Grayscale: #1F1F1F. Windows color (decimal): -13362938 or 399668. OLE color: 399668.

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

Color convert

RGB52256-
CMYK00.520.880.80
HSL24.78º79.31%11.37%-
HSV(B)24.78º88.46%20.39%-
XYZ1.81.440.36-
YUV30.91113.95143.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=62.65%
G=30.12%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5225600.520.880.8024.7879.3111.37
Hex341960345850194fb
Octal643160641301203111713
Binary110100110011100110100101100010100001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341906; }

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

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

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

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

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

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

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

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