Html Css Color HEX #815442 Ironstone

📋 copy color: '#815442'

red 129 ◦ green 84 ◦ blue 66

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

Shades of Ironstone #815442

Tints of Ironstone #815442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 46.24%
G = 30.11%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#815442 (or 0x815442) is known color: Ironstone. HEX triplet: 81, 54 and 42. RGB value is (129,84,66). Sum of RGB (Red+Green+Blue) = 129+84+66=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #815442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815442 is #7EABBD. Grayscale: #5F5F5F. Windows color (decimal): -8301502 or 4347009. OLE color: 4347009.

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

Color convert

RGB 129 84 66 -
CMYK 0 0.35 0.49 0.49
HSL 17.14º 0.32% 0.38% -
HSV(B) 17.14º 0.49% 0.51% -
XYZ 13.21 11.4 6.66 -
YUV 95.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 129 84 66 0 0.35 0.49 0.49 17.14 0.32 0.38
Hex 81 54 42 0 23 31 31 11 20 26
Octal 201 124 102 0 43 61 61 21 40 46
Binary 10000001 1010100 1000010 0 100011 110001 110001 10001 100000 100110

Color Harmonies of #815442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815442

Black with #815442

Text Example


Text Example

White with #815442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815442; }

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

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

background-color css

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

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

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

border-color css

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

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

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