Html Css Color HEX #805547 Ironstone

📋 copy color: '#805547'

red 128 ◦ green 85 ◦ blue 71

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

Shades of Ironstone #805547

Tints of Ironstone #805547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25%

R = 45.07%
G = 29.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#805547 (or 0x805547) is known color: Ironstone. HEX triplet: 80, 55 and 47. RGB value is (128,85,71). Sum of RGB (Red+Green+Blue) = 128+85+71=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805547 is #7FAAB8. Grayscale: #606060. Windows color (decimal): -8366777 or 4674944. OLE color: 4674944.

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

Color convert

RGB 128 85 71 -
CMYK 0 0.34 0.45 0.50
HSL 14.74º 0.29% 0.39% -
HSV(B) 14.74º 0.45% 0.5% -
XYZ 13.29 11.54 7.49 -
YUV 96.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 128 85 71 0 0.34 0.45 0.50 14.74 0.29 0.39
Hex 80 55 47 0 22 2D 32 F 1D 27
Octal 200 125 107 0 42 55 62 17 35 47
Binary 10000000 1010101 1000111 0 100010 101101 110010 1111 11101 100111

Color Harmonies of #805547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805547

Black with #805547

Text Example


Text Example

White with #805547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805547; }

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

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

background-color css

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

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

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

border-color css

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

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

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