Html Css Color HEX #805549 Ironstone

📋 copy color: '#805549'

red 128 ◦ green 85 ◦ blue 73

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

Shades of Ironstone #805549

Tints of Ironstone #805549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 44.76%
G = 29.72%
B = 25.52%

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

#805549 (or 0x805549) is known color: Ironstone. HEX triplet: 80, 55 and 49. RGB value is (128,85,73). Sum of RGB (Red+Green+Blue) = 128+85+73=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #805549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805549 is #7FAAB6. Grayscale: #606060. Windows color (decimal): -8366775 or 4806016. OLE color: 4806016.

HSL color Cylindrical-coordinate representation of color #805549: hue angle of 13.09º 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 #805549 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 73 -
CMYK 0 0.34 0.43 0.50
HSL 13.09º 0.27% 0.39% -
HSV(B) 13.09º 0.43% 0.5% -
XYZ 13.35 11.57 7.83 -
YUV 96.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 128 85 73 0 0.34 0.43 0.50 13.09 0.27 0.39
Hex 80 55 49 0 22 2B 32 D 1B 27
Octal 200 125 111 0 42 53 62 15 33 47
Binary 10000000 1010101 1001001 0 100010 101011 110010 1101 11011 100111

Color Harmonies of #805549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805549

Black with #805549

Text Example


Text Example

White with #805549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805549; }

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

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

background-color css

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

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

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

border-color css

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

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

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