#81503E

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

Shades of Ironstone #81503E

Tints of Ironstone #81503E

Color information

#81503E (or 0x81503E) is unknown color: approx Ironstone. HEX triplet: 81, 50 and 3E. RGB value is (129,80,62). Sum of RGB (Red+Green+Blue) = 129+80+62=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81503E is #7EAFC1. Grayscale: #5C5C5C. Windows color (decimal): -8302530 or 4083841. OLE color: 4083841.

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

Color convert

RGB1298062-
CMYK00.380.520.49
HSL16.12º35.08%37.45%-
HSV(B)16.12º51.94%50.59%-
XYZ12.7910.755.96-
YUV92.6110.73153.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=47.60%
G=29.52%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129806200.380.520.4916.1235.0837.45
Hex81503E0263431102325
Octal201120760466461204345
Binary100000011010000111110010011011010011000110000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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