#81503F

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

Shades of Ironstone #81503F

Tints of Ironstone #81503F

Color information

#81503F (or 0x81503F) is unknown color: approx Ironstone. HEX triplet: 81, 50 and 3F. RGB value is (129,80,63). Sum of RGB (Red+Green+Blue) = 129+80+63=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81503F is #7EAFC0. Grayscale: #5C5C5C. Windows color (decimal): -8302529 or 4149377. OLE color: 4149377.

HSL color Cylindrical-coordinate representation of color #81503F: hue angle of 15.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81503F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1298063-
CMYK00.380.510.49
HSL15.45º34.38%37.65%-
HSV(B)15.45º51.16%50.59%-
XYZ12.8210.766.1-
YUV92.71111.23153.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 63 (25% from 255) = 23.16%
R=47.43%
G=29.41%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129806300.380.510.4915.4534.3837.65
Hex81503F0263331f2226
Octal201120770466361174246
Binary10000001101000011111101001101100111100011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81503F; }

 p { color: rgb(129,80,63); }

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

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

 a { background-color: rgb(129,80,63); }

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

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

 span { border-color: rgb(129,80,63); }

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