Html Css Color HEX #814F46 Ironstone

📋 copy color: '#814F46'

red 129 ◦ green 79 ◦ blue 70

#814F46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironstone #814F46

Tints of Ironstone #814F46

RGB

 RED value IS 129 (50.78% from 255) = 46.4%

 GREEN value IS 79 (31.25% from 255) = 28.42%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 46.4%
G = 28.42%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#814F46 (or 0x814F46) is known color: Ironstone. HEX triplet: 81, 4F and 46. RGB value is (129,79,70). Sum of RGB (Red+Green+Blue) = 129+79+70=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #814F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F46 is #7EB0B9. Grayscale: #5D5D5D. Windows color (decimal): -8302778 or 4607873. OLE color: 4607873.

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

Color convert

RGB 129 79 70 -
CMYK 0 0.39 0.46 0.49
HSL 9.15º 0.3% 0.39% -
HSV(B) 9.15º 0.46% 0.51% -
XYZ 12.95 10.7 7.18 -
YUV 92.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 129 79 70 0 0.39 0.46 0.49 9.15 0.3 0.39
Hex 81 4F 46 0 27 2E 31 9 1E 27
Octal 201 117 106 0 47 56 61 11 36 47
Binary 10000001 1001111 1000110 0 100111 101110 110001 1001 11110 100111

Color Harmonies of #814F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F46

Black with #814F46

Text Example


Text Example

White with #814F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #814F46;
 }
 .AnyTagClassName
 {
   color: #814F46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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