Html Css Color HEX #805544 Ironstone

📋 copy color: '#805544'

red 128 ◦ green 85 ◦ blue 68

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

Shades of Ironstone #805544

Tints of Ironstone #805544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 45.55%
G = 30.25%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805544 (or 0x805544) is known color: Ironstone. HEX triplet: 80, 55 and 44. RGB value is (128,85,68). Sum of RGB (Red+Green+Blue) = 128+85+68=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #805544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805544 is #7FAABB. Grayscale: #606060. Windows color (decimal): -8366780 or 4478336. OLE color: 4478336.

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

Color convert

RGB 128 85 68 -
CMYK 0 0.34 0.47 0.50
HSL 17º 0.31% 0.38% -
HSV(B) 17º 0.47% 0.5% -
XYZ 13.19 11.5 6.99 -
YUV 95.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 128 85 68 0 0.34 0.47 0.50 17 0.31 0.38
Hex 80 55 44 0 22 2F 32 11 1F 26
Octal 200 125 104 0 42 57 62 21 37 46
Binary 10000000 1010101 1000100 0 100010 101111 110010 10001 11111 100110

Color Harmonies of #805544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805544

Black with #805544

Text Example


Text Example

White with #805544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805544; }

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

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

background-color css

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

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

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

border-color css

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

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

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