Html Css Color HEX #815142 Ironstone

📋 copy color: '#815142'

red 129 ◦ green 81 ◦ blue 66

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

Shades of Ironstone #815142

Tints of Ironstone #815142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 46.74%
G = 29.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#815142 (or 0x815142) is known color: Ironstone. HEX triplet: 81, 51 and 42. RGB value is (129,81,66). Sum of RGB (Red+Green+Blue) = 129+81+66=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #815142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815142 is #7EAEBD. Grayscale: #5D5D5D. Windows color (decimal): -8302270 or 4346241. OLE color: 4346241.

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

Color convert

RGB 129 81 66 -
CMYK 0 0.37 0.49 0.49
HSL 14.29º 0.32% 0.38% -
HSV(B) 14.29º 0.49% 0.51% -
XYZ 12.98 10.95 6.58 -
YUV 93.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 129 81 66 0 0.37 0.49 0.49 14.29 0.32 0.38
Hex 81 51 42 0 25 31 31 E 20 26
Octal 201 121 102 0 45 61 61 16 40 46
Binary 10000001 1010001 1000010 0 100101 110001 110001 1110 100000 100110

Color Harmonies of #815142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815142

Black with #815142

Text Example


Text Example

White with #815142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815142; }

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

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

background-color css

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

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

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

border-color css

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

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

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