#805243

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

Shades of Ironstone #805243

Tints of Ironstone #805243

Color information

#805243 (or 0x805243) is unknown color: approx Ironstone. HEX triplet: 80, 52 and 43. RGB value is (128,82,67). Sum of RGB (Red+Green+Blue) = 128+82+67=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805243 is #7FADBC. Grayscale: #5E5E5E. Windows color (decimal): -8367549 or 4412032. OLE color: 4412032.

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

Color convert

RGB1288267-
CMYK00.360.480.50
HSL14.75º31.28%38.24%-
HSV(B)14.75º47.66%50.2%-
XYZ12.9311.036.76-
YUV94.04112.74152.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=46.21%
G=29.60%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128826700.360.480.5014.7531.2838.24
Hex8052430243032f1f26
Octal2001221030446062173746
Binary10000000101001010000110100100110000110010111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805243; }

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

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

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

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

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

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

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

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