#814E45

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

Shades of Ironstone #814E45

Tints of Ironstone #814E45

Color information

#814E45 (or 0x814E45) is unknown color: approx Ironstone. HEX triplet: 81, 4E and 45. RGB value is (129,78,69). Sum of RGB (Red+Green+Blue) = 129+78+69=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #814E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E45 is #7EB1BA. Grayscale: #5C5C5C. Windows color (decimal): -8303035 or 4542081. OLE color: 4542081.

HSL color Cylindrical-coordinate representation of color #814E45: hue angle of 9º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814E45 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1297869-
CMYK00.400.470.49
HSL30.3%38.82%-
HSV(B)46.51%50.59%-
XYZ12.8510.556.99-
YUV92.22114.9154.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 69 (27.34% from 255) = 25%
R=46.74%
G=28.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129786900.400.470.49930.338.82
Hex814E450282F3191e27
Octal2011161050505761113647
Binary10000001100111010001010101000101111110001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,69); }

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

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

 a { background-color: rgb(129,78,69); }

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

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

 span { border-color: rgb(129,78,69); }

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