Html Css Color HEX #814D40 Ironstone

📋 copy color: '#814D40'

red 129 ◦ green 77 ◦ blue 64

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

Shades of Ironstone #814D40

Tints of Ironstone #814D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 47.78%
G = 28.52%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814D40 (or 0x814D40) is known color: Ironstone. HEX triplet: 81, 4D and 40. RGB value is (129,77,64). Sum of RGB (Red+Green+Blue) = 129+77+64=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #814D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D40 is #7EB2BF. Grayscale: #5B5B5B. Windows color (decimal): -8303296 or 4214145. OLE color: 4214145.

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

Color convert

RGB 129 77 64 -
CMYK 0 0.40 0.50 0.49
HSL 12º 0.34% 0.38% -
HSV(B) 12º 0.5% 0.51% -
XYZ 12.63 10.35 6.18 -
YUV 91.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 129 77 64 0 0.40 0.50 0.49 12 0.34 0.38
Hex 81 4D 40 0 28 32 31 C 22 26
Octal 201 115 100 0 50 62 61 14 42 46
Binary 10000001 1001101 1000000 0 101000 110010 110001 1100 100010 100110

Color Harmonies of #814D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D40

Black with #814D40

Text Example


Text Example

White with #814D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,64); }

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

background-color css

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

 a { background-color: rgb(129,77,64); }

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

border-color css

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

 span { border-color: rgb(129,77,64); }

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