#805043

Color #805043 Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #805043

Tints of Ironstone #805043

Color information

#805043 (or 0x805043) is unknown color: approx Ironstone. HEX triplet: 80, 50 and 43. RGB value is (128,80,67). Sum of RGB (Red+Green+Blue) = 128+80+67=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #805043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805043 is #7FAFBC. Grayscale: #5C5C5C. Windows color (decimal): -8368061 or 4411520. OLE color: 4411520.

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

Color convert

RGB1288067-
CMYK00.380.480.50
HSL12.79º31.28%38.24%-
HSV(B)12.79º47.66%50.2%-
XYZ12.7810.736.71-
YUV92.87113.4153.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=46.55%
G=29.09%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128806700.380.480.5012.7931.2838.24
Hex8050430263032d1f26
Octal2001201030466062153746
Binary10000000101000010000110100110110000110010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805043; }

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

 H1.HeaderClassName
 {
   color: #805043;
 }
 .AnyTagClassName
 {
   color: #805043;
 }
</style>
background-color css

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

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

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

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

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

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