#341609

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

Shades of Brown Pod #341609

Tints of Brown Pod #341609

Color information

#341609 (or 0x341609) is unknown color: approx Brown Pod. HEX triplet: 34, 16 and 09. RGB value is (52,22,9). Sum of RGB (Red+Green+Blue) = 52+22+9=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341609 is #CBE9F6. Grayscale: #1D1D1D. Windows color (decimal): -13363703 or 595508. OLE color: 595508.

HSL color Cylindrical-coordinate representation of color #341609: hue angle of 18.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341609 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB52229-
CMYK00.580.830.80
HSL18.14º70.49%11.96%-
HSV(B)18.14º82.69%20.39%-
XYZ1.751.320.42-
YUV29.49116.44144.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=62.65%
G=26.51%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5222900.580.830.8018.1470.4911.96
Hex3416903A53501246c
Octal6426110721231202210614
Binary1101001011010010111010101001110100001001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341609; }

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

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

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

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

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

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

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

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