#341508

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

Shades of Brown Pod #341508

Tints of Brown Pod #341508

Color information

#341508 (or 0x341508) is unknown color: approx Brown Pod. HEX triplet: 34, 15 and 08. RGB value is (52,21,8). Sum of RGB (Red+Green+Blue) = 52+21+8=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #341508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341508 is #CBEAF7. Grayscale: #1C1C1C. Windows color (decimal): -13363960 or 529716. OLE color: 529716.

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

Color convert

RGB52218-
CMYK00.600.850.80
HSL17.73º73.33%11.76%-
HSV(B)17.73º84.62%20.39%-
XYZ1.731.280.39-
YUV28.79116.27144.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=64.20%
G=25.93%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221800.600.850.8017.7373.3311.76
Hex3415803C55501249c
Octal6425100741251202211114
Binary1101001010110000111100101010110100001001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341508; }

 p { color: rgb(52,21,8); }

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

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

 a { background-color: rgb(52,21,8); }

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

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

 span { border-color: rgb(52,21,8); }

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