Html Css Color HEX #805044 Ironstone

📋 copy color: '#805044'

red 128 ◦ green 80 ◦ blue 68

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

Shades of Ironstone #805044

Tints of Ironstone #805044

RGB

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

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

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

R = 46.38%
G = 28.99%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805044 (or 0x805044) is known color: Ironstone. HEX triplet: 80, 50 and 44. RGB value is (128,80,68). Sum of RGB (Red+Green+Blue) = 128+80+68=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #805044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805044 is #7FAFBB. Grayscale: #5D5D5D. Windows color (decimal): -8368060 or 4477056. OLE color: 4477056.

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

Color convert

RGB 128 80 68 -
CMYK 0 0.38 0.47 0.50
HSL 12º 0.31% 0.38% -
HSV(B) 12º 0.47% 0.5% -
XYZ 12.81 10.74 6.87 -
YUV 92.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 128 80 68 0 0.38 0.47 0.50 12 0.31 0.38
Hex 80 50 44 0 26 2F 32 C 1F 26
Octal 200 120 104 0 46 57 62 14 37 46
Binary 10000000 1010000 1000100 0 100110 101111 110010 1100 11111 100110

Color Harmonies of #805044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805044

Black with #805044

Text Example


Text Example

White with #805044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805044; }

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

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

background-color css

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

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

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

border-color css

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

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

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