Html Css Color HEX #815148 Ironstone

📋 copy color: '#815148'

red 129 ◦ green 81 ◦ blue 72

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

Shades of Ironstone #815148

Tints of Ironstone #815148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 45.74%
G = 28.72%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#815148 (or 0x815148) is known color: Ironstone. HEX triplet: 81, 51 and 48. RGB value is (129,81,72). Sum of RGB (Red+Green+Blue) = 129+81+72=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #815148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815148 is #7EAEB7. Grayscale: #5E5E5E. Windows color (decimal): -8302264 or 4739457. OLE color: 4739457.

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

Color convert

RGB 129 81 72 -
CMYK 0 0.37 0.44 0.49
HSL 9.47º 0.28% 0.39% -
HSV(B) 9.47º 0.44% 0.51% -
XYZ 13.17 11.02 7.56 -
YUV 94.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 129 81 72 0 0.37 0.44 0.49 9.47 0.28 0.39
Hex 81 51 48 0 25 2C 31 9 1C 27
Octal 201 121 110 0 45 54 61 11 34 47
Binary 10000001 1010001 1001000 0 100101 101100 110001 1001 11100 100111

Color Harmonies of #815148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815148

Black with #815148

Text Example


Text Example

White with #815148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815148; }

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

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

background-color css

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

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

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

border-color css

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

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

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