Html Css Color HEX #814F45 Ironstone

📋 copy color: '#814F45'

red 129 ◦ green 79 ◦ blue 69

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

Shades of Ironstone #814F45

Tints of Ironstone #814F45

RGB

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

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

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

R = 46.57%
G = 28.52%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#814F45 (or 0x814F45) is known color: Ironstone. HEX triplet: 81, 4F and 45. RGB value is (129,79,69). Sum of RGB (Red+Green+Blue) = 129+79+69=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #814F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F45 is #7EB0BA. Grayscale: #5C5C5C. Windows color (decimal): -8302779 or 4542337. OLE color: 4542337.

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

Color convert

RGB 129 79 69 -
CMYK 0 0.39 0.47 0.49
HSL 10º 0.3% 0.39% -
HSV(B) 10º 0.47% 0.51% -
XYZ 12.92 10.69 7.01 -
YUV 92.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 129 79 69 0 0.39 0.47 0.49 10 0.3 0.39
Hex 81 4F 45 0 27 2F 31 A 1E 27
Octal 201 117 105 0 47 57 61 12 36 47
Binary 10000001 1001111 1000101 0 100111 101111 110001 1010 11110 100111

Color Harmonies of #814F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F45

Black with #814F45

Text Example


Text Example

White with #814F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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