Html Css Color HEX #805546 Ironstone

📋 copy color: '#805546'

red 128 ◦ green 85 ◦ blue 70

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

Shades of Ironstone #805546

Tints of Ironstone #805546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 45.23%
G = 30.04%
B = 24.73%

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

#805546 (or 0x805546) is known color: Ironstone. HEX triplet: 80, 55 and 46. RGB value is (128,85,70). Sum of RGB (Red+Green+Blue) = 128+85+70=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805546 is #7FAAB9. Grayscale: #606060. Windows color (decimal): -8366778 or 4609408. OLE color: 4609408.

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

Color convert

RGB 128 85 70 -
CMYK 0 0.34 0.45 0.50
HSL 15.52º 0.29% 0.39% -
HSV(B) 15.52º 0.45% 0.5% -
XYZ 13.26 11.53 7.32 -
YUV 96.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 128 85 70 0 0.34 0.45 0.50 15.52 0.29 0.39
Hex 80 55 46 0 22 2D 32 10 1D 27
Octal 200 125 106 0 42 55 62 20 35 47
Binary 10000000 1010101 1000110 0 100010 101101 110010 10000 11101 100111

Color Harmonies of #805546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805546

Black with #805546

Text Example


Text Example

White with #805546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805546; }

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

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

background-color css

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

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

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

border-color css

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

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

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