#814F3E

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

Shades of Ironstone #814F3E

Tints of Ironstone #814F3E

Color information

#814F3E (or 0x814F3E) is unknown color: approx Ironstone. HEX triplet: 81, 4F and 3E. RGB value is (129,79,62). Sum of RGB (Red+Green+Blue) = 129+79+62=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #814F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F3E is #7EB0C1. Grayscale: #5C5C5C. Windows color (decimal): -8302786 or 4083585. OLE color: 4083585.

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

Color convert

RGB1297962-
CMYK00.390.520.49
HSL15.22º35.08%37.45%-
HSV(B)15.22º51.94%50.59%-
XYZ12.7210.615.93-
YUV92.01111.06154.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=47.78%
G=29.26%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129796200.390.520.4915.2235.0837.45
Hex814F3E0273431f2325
Octal201117760476461174345
Binary10000001100111111111001001111101001100011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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