#814F3F

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

Shades of Ironstone #814F3F

Tints of Ironstone #814F3F

Color information

#814F3F (or 0x814F3F) is unknown color: approx Ironstone. HEX triplet: 81, 4F and 3F. RGB value is (129,79,63). Sum of RGB (Red+Green+Blue) = 129+79+63=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #814F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F3F is #7EB0C0. Grayscale: #5C5C5C. Windows color (decimal): -8302785 or 4149121. OLE color: 4149121.

HSL color Cylindrical-coordinate representation of color #814F3F: hue angle of 14.55º 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 #814F3F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1297963-
CMYK00.390.510.49
HSL14.55º34.38%37.65%-
HSV(B)14.55º51.16%50.59%-
XYZ12.7510.626.08-
YUV92.13111.56154.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 63 (25% from 255) = 23.25%
R=47.60%
G=29.15%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129796300.390.510.4914.5534.3837.65
Hex814F3F0273331f2226
Octal201117770476361174246
Binary10000001100111111111101001111100111100011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F3F; }

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

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

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

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

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

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

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

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