#814F41

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

Shades of Ironstone #814F41

Tints of Ironstone #814F41

Color information

#814F41 (or 0x814F41) is unknown color: approx Ironstone. HEX triplet: 81, 4F and 41. RGB value is (129,79,65). Sum of RGB (Red+Green+Blue) = 129+79+65=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #814F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F41 is #7EB0BE. Grayscale: #5C5C5C. Windows color (decimal): -8302783 or 4280193. OLE color: 4280193.

HSL color Cylindrical-coordinate representation of color #814F41: hue angle of 13.13º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814F41 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1297965-
CMYK00.390.500.49
HSL13.13º32.99%38.04%-
HSV(B)13.13º49.61%50.59%-
XYZ12.810.646.38-
YUV92.35112.56154.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=47.25%
G=28.94%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129796500.390.500.4913.1332.9938.04
Hex814F410273231d2126
Octal2011171010476261154146
Binary100000011001111100000101001111100101100011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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