Html Css Color HEX #805444 Ironstone

📋 copy color: '#805444'

red 128 ◦ green 84 ◦ blue 68

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

Shades of Ironstone #805444

Tints of Ironstone #805444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 45.71%
G = 30%
B = 24.29%

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

#805444 (or 0x805444) is known color: Ironstone. HEX triplet: 80, 54 and 44. RGB value is (128,84,68). Sum of RGB (Red+Green+Blue) = 128+84+68=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #805444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805444 is #7FABBB. Grayscale: #5F5F5F. Windows color (decimal): -8367036 or 4478080. OLE color: 4478080.

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

Color convert

RGB 128 84 68 -
CMYK 0 0.34 0.47 0.50
HSL 16º 0.31% 0.38% -
HSV(B) 16º 0.47% 0.5% -
XYZ 13.12 11.35 6.97 -
YUV 95.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 128 84 68 0 0.34 0.47 0.50 16 0.31 0.38
Hex 80 54 44 0 22 2F 32 10 1F 26
Octal 200 124 104 0 42 57 62 20 37 46
Binary 10000000 1010100 1000100 0 100010 101111 110010 10000 11111 100110

Color Harmonies of #805444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805444

Black with #805444

Text Example


Text Example

White with #805444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805444; }

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

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

background-color css

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

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

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

border-color css

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

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

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