#814E43

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

Shades of Ironstone #814E43

Tints of Ironstone #814E43

Color information

#814E43 (or 0x814E43) is unknown color: approx Ironstone. HEX triplet: 81, 4E and 43. RGB value is (129,78,67). Sum of RGB (Red+Green+Blue) = 129+78+67=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #814E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E43 is #7EB1BC. Grayscale: #5C5C5C. Windows color (decimal): -8303037 or 4411009. OLE color: 4411009.

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

Color convert

RGB1297867-
CMYK00.400.480.49
HSL10.65º31.63%38.43%-
HSV(B)10.65º48.06%50.59%-
XYZ12.7910.526.67-
YUV92113.9154.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=47.08%
G=28.47%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129786700.400.480.4910.6531.6338.43
Hex814E430283031b2026
Octal2011161030506061134046
Binary100000011001110100001101010001100001100011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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