#805241

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

Shades of Ironstone #805241

Tints of Ironstone #805241

Color information

#805241 (or 0x805241) is unknown color: approx Ironstone. HEX triplet: 80, 52 and 41. RGB value is (128,82,65). Sum of RGB (Red+Green+Blue) = 128+82+65=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #805241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805241 is #7FADBE. Grayscale: #5D5D5D. Windows color (decimal): -8367551 or 4280960. OLE color: 4280960.

HSL color Cylindrical-coordinate representation of color #805241: hue angle of 16.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805241 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB1288265-
CMYK00.360.490.50
HSL16.19º32.64%37.84%-
HSV(B)16.19º49.22%50.2%-
XYZ12.8711.016.45-
YUV93.82111.74152.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=46.55%
G=29.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128826500.360.490.5016.1932.6437.84
Hex8052410243132102126
Octal2001221010446162204146
Binary1000000010100101000001010010011000111001010000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805241; }

 p { color: rgb(128,82,65); }

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

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

 a { background-color: rgb(128,82,65); }

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

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

 span { border-color: rgb(128,82,65); }

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