Html Css Color HEX #815248 Ironstone

📋 copy color: '#815248'

red 129 ◦ green 82 ◦ blue 72

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

Shades of Ironstone #815248

Tints of Ironstone #815248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

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

R = 45.58%
G = 28.98%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#815248 (or 0x815248) is known color: Ironstone. HEX triplet: 81, 52 and 48. RGB value is (129,82,72). Sum of RGB (Red+Green+Blue) = 129+82+72=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #815248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815248 is #7EADB7. Grayscale: #5E5E5E. Windows color (decimal): -8302008 or 4739713. OLE color: 4739713.

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

Color convert

RGB 129 82 72 -
CMYK 0 0.36 0.44 0.49
HSL 10.53º 0.28% 0.39% -
HSV(B) 10.53º 0.44% 0.51% -
XYZ 13.24 11.17 7.59 -
YUV 94.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 129 82 72 0 0.36 0.44 0.49 10.53 0.28 0.39
Hex 81 52 48 0 24 2C 31 B 1C 27
Octal 201 122 110 0 44 54 61 13 34 47
Binary 10000001 1010010 1001000 0 100100 101100 110001 1011 11100 100111

Color Harmonies of #815248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815248

Black with #815248

Text Example


Text Example

White with #815248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815248; }

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

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

background-color css

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

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

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

border-color css

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

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

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