Html Css Color HEX #815349 Ironstone

📋 copy color: '#815349'

red 129 ◦ green 83 ◦ blue 73

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

Shades of Ironstone #815349

Tints of Ironstone #815349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 45.26%
G = 29.12%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#815349 (or 0x815349) is known color: Ironstone. HEX triplet: 81, 53 and 49. RGB value is (129,83,73). Sum of RGB (Red+Green+Blue) = 129+83+73=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #815349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815349 is #7EACB6. Grayscale: #5F5F5F. Windows color (decimal): -8301751 or 4805505. OLE color: 4805505.

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

Color convert

RGB 129 83 73 -
CMYK 0 0.36 0.43 0.49
HSL 10.71º 0.28% 0.4% -
HSV(B) 10.71º 0.43% 0.51% -
XYZ 13.35 11.33 7.79 -
YUV 95.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 129 83 73 0 0.36 0.43 0.49 10.71 0.28 0.4
Hex 81 53 49 0 24 2B 31 B 1C 28
Octal 201 123 111 0 44 53 61 13 34 50
Binary 10000001 1010011 1001001 0 100100 101011 110001 1011 11100 101000

Color Harmonies of #815349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815349

Black with #815349

Text Example


Text Example

White with #815349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815349; }

 p { color: rgb(129,83,73); }

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

background-color css

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

 a { background-color: rgb(129,83,73); }

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

border-color css

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

 span { border-color: rgb(129,83,73); }

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