Html Css Color HEX #805543 Ironstone

📋 copy color: '#805543'

red 128 ◦ green 85 ◦ blue 67

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

Shades of Ironstone #805543

Tints of Ironstone #805543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.93%

R = 45.71%
G = 30.36%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#805543 (or 0x805543) is known color: Ironstone. HEX triplet: 80, 55 and 43. RGB value is (128,85,67). Sum of RGB (Red+Green+Blue) = 128+85+67=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #805543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805543 is #7FAABC. Grayscale: #5F5F5F. Windows color (decimal): -8366781 or 4412800. OLE color: 4412800.

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

Color convert

RGB 128 85 67 -
CMYK 0 0.34 0.48 0.50
HSL 17.7º 0.31% 0.38% -
HSV(B) 17.7º 0.48% 0.5% -
XYZ 13.16 11.49 6.83 -
YUV 95.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 128 85 67 0 0.34 0.48 0.50 17.7 0.31 0.38
Hex 80 55 43 0 22 30 32 12 1F 26
Octal 200 125 103 0 42 60 62 22 37 46
Binary 10000000 1010101 1000011 0 100010 110000 110010 10010 11111 100110

Color Harmonies of #805543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805543

Black with #805543

Text Example


Text Example

White with #805543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805543; }

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

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

background-color css

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

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

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

border-color css

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

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

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