Html Css Color HEX #805040 Ironstone

📋 copy color: '#805040'

red 128 ◦ green 80 ◦ blue 64

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

Shades of Ironstone #805040

Tints of Ironstone #805040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#805040 (or 0x805040) is known color: Ironstone. HEX triplet: 80, 50 and 40. RGB value is (128,80,64). Sum of RGB (Red+Green+Blue) = 128+80+64=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #805040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805040 is #7FAFBF. Grayscale: #5C5C5C. Windows color (decimal): -8368064 or 4214912. OLE color: 4214912.

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

Color convert

RGB 128 80 64 -
CMYK 0 0.38 0.5 0.50
HSL 15º 0.33% 0.38% -
HSV(B) 15º 0.5% 0.5% -
XYZ 12.7 10.7 6.25 -
YUV 92.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 128 80 64 0 0.38 0.5 0.50 15 0.33 0.38
Hex 80 50 40 0 26 32 32 F 21 26
Octal 200 120 100 0 46 62 62 17 41 46
Binary 10000000 1010000 1000000 0 100110 110010 110010 1111 100001 100110

Color Harmonies of #805040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805040

Black with #805040

Text Example


Text Example

White with #805040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805040; }

 p { color: rgb(128,80,64); }

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

background-color css

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

 a { background-color: rgb(128,80,64); }

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

border-color css

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

 span { border-color: rgb(128,80,64); }

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