Html Css Color HEX #805647 Ironstone

📋 copy color: '#805647'

red 128 ◦ green 86 ◦ blue 71

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

Shades of Ironstone #805647

Tints of Ironstone #805647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 44.91%
G = 30.18%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#805647 (or 0x805647) is known color: Ironstone. HEX triplet: 80, 56 and 47. RGB value is (128,86,71). Sum of RGB (Red+Green+Blue) = 128+86+71=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #805647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805647 is #7FA9B8. Grayscale: #606060. Windows color (decimal): -8366521 or 4675200. OLE color: 4675200.

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

Color convert

RGB 128 86 71 -
CMYK 0 0.33 0.45 0.50
HSL 15.79º 0.29% 0.39% -
HSV(B) 15.79º 0.45% 0.5% -
XYZ 13.37 11.7 7.51 -
YUV 96.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 128 86 71 0 0.33 0.45 0.50 15.79 0.29 0.39
Hex 80 56 47 0 21 2D 32 10 1D 27
Octal 200 126 107 0 41 55 62 20 35 47
Binary 10000000 1010110 1000111 0 100001 101101 110010 10000 11101 100111

Color Harmonies of #805647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805647

Black with #805647

Text Example


Text Example

White with #805647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805647; }

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

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

background-color css

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

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

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

border-color css

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

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

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