Html Css Color HEX #815146 Ironstone

📋 copy color: '#815146'

red 129 ◦ green 81 ◦ blue 70

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

Shades of Ironstone #815146

Tints of Ironstone #815146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 46.07%
G = 28.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#815146 (or 0x815146) is known color: Ironstone. HEX triplet: 81, 51 and 46. RGB value is (129,81,70). Sum of RGB (Red+Green+Blue) = 129+81+70=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #815146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815146 is #7EAEB9. Grayscale: #5E5E5E. Windows color (decimal): -8302266 or 4608385. OLE color: 4608385.

HSL color Cylindrical-coordinate representation of color #815146: hue angle of 11.19º 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 #815146 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 81 70 -
CMYK 0 0.37 0.46 0.49
HSL 11.19º 0.3% 0.39% -
HSV(B) 11.19º 0.46% 0.51% -
XYZ 13.1 10.99 7.23 -
YUV 94.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 129 81 70 0 0.37 0.46 0.49 11.19 0.3 0.39
Hex 81 51 46 0 25 2E 31 B 1E 27
Octal 201 121 106 0 45 56 61 13 36 47
Binary 10000001 1010001 1000110 0 100101 101110 110001 1011 11110 100111

Color Harmonies of #815146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815146

Black with #815146

Text Example


Text Example

White with #815146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815146; }

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

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

background-color css

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

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

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

border-color css

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

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

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