Html Css Color HEX #814E45 Ironstone

📋 copy color: '#814E45'

red 129 ◦ green 78 ◦ blue 69

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

Shades of Ironstone #814E45

Tints of Ironstone #814E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 69 (27.34% from 255) = 25%

R = 46.74%
G = 28.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#814E45 (or 0x814E45) is known color: Ironstone. HEX triplet: 81, 4E and 45. RGB value is (129,78,69). Sum of RGB (Red+Green+Blue) = 129+78+69=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #814E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E45 is #7EB1BA. Grayscale: #5C5C5C. Windows color (decimal): -8303035 or 4542081. OLE color: 4542081.

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

Color convert

RGB 129 78 69 -
CMYK 0 0.40 0.47 0.49
HSL 0.3% 0.39% -
HSV(B) 0.47% 0.51% -
XYZ 12.85 10.55 6.99 -
YUV 92.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 129 78 69 0 0.40 0.47 0.49 9 0.3 0.39
Hex 81 4E 45 0 28 2F 31 9 1E 27
Octal 201 116 105 0 50 57 61 11 36 47
Binary 10000001 1001110 1000101 0 101000 101111 110001 1001 11110 100111

Color Harmonies of #814E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E45

Black with #814E45

Text Example


Text Example

White with #814E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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