#814E44

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

Shades of Ironstone #814E44

Tints of Ironstone #814E44

Color information

#814E44 (or 0x814E44) is unknown color: approx Ironstone. HEX triplet: 81, 4E and 44. RGB value is (129,78,68). Sum of RGB (Red+Green+Blue) = 129+78+68=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #814E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E44 is #7EB1BB. Grayscale: #5C5C5C. Windows color (decimal): -8303036 or 4476545. OLE color: 4476545.

HSL color Cylindrical-coordinate representation of color #814E44: hue angle of 9.84º degrees, saturation: 0.31, 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 #814E44 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1297868-
CMYK00.400.470.49
HSL9.84º30.96%38.63%-
HSV(B)9.84º47.29%50.59%-
XYZ12.8210.536.83-
YUV92.11114.4154.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=46.91%
G=28.36%
B=24.73%

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
Decimal129786800.400.470.499.8430.9638.63
Hex814E440282F31a1f27
Octal2011161040505761123747
Binary10000001100111010001000101000101111110001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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