Html Css Color HEX #805449 Ironstone

📋 copy color: '#805449'

red 128 ◦ green 84 ◦ blue 73

#805449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironstone #805449

Tints of Ironstone #805449

RGB

 RED value IS 128 (50.39% from 255) = 44.91%

 GREEN value IS 84 (33.2% from 255) = 29.47%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 44.91%
G = 29.47%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#805449 (or 0x805449) is known color: Ironstone. HEX triplet: 80, 54 and 49. RGB value is (128,84,73). Sum of RGB (Red+Green+Blue) = 128+84+73=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #805449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805449 is #7FABB6. Grayscale: #5F5F5F. Windows color (decimal): -8367031 or 4805760. OLE color: 4805760.

HSL color Cylindrical-coordinate representation of color #805449: hue angle of 12º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805449 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 84 73 -
CMYK 0 0.34 0.43 0.50
HSL 12º 0.27% 0.39% -
HSV(B) 12º 0.43% 0.5% -
XYZ 13.28 11.41 7.81 -
YUV 95.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 128 84 73 0 0.34 0.43 0.50 12 0.27 0.39
Hex 80 54 49 0 22 2B 32 C 1B 27
Octal 200 124 111 0 42 53 62 14 33 47
Binary 10000000 1010100 1001001 0 100010 101011 110010 1100 11011 100111

Color Harmonies of #805449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805449

Black with #805449

Text Example


Text Example

White with #805449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805449; }

 p { color: rgb(128,84,73); }

 H1.HeaderClassName
 {
   color: #805449;
 }
 .AnyTagClassName
 {
   color: #805449;
 }
</style>

background-color css

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

 a { background-color: rgb(128,84,73); }

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

border-color css

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

 span { border-color: rgb(128,84,73); }

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