Html Css Color HEX #815041 Ironstone

📋 copy color: '#815041'

red 129 ◦ green 80 ◦ blue 65

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

Shades of Ironstone #815041

Tints of Ironstone #815041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 47.08%
G = 29.2%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815041 (or 0x815041) is known color: Ironstone. HEX triplet: 81, 50 and 41. RGB value is (129,80,65). Sum of RGB (Red+Green+Blue) = 129+80+65=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #815041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815041 is #7EAFBE. Grayscale: #5D5D5D. Windows color (decimal): -8302527 or 4280449. OLE color: 4280449.

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

Color convert

RGB 129 80 65 -
CMYK 0 0.38 0.50 0.49
HSL 14.06º 0.33% 0.38% -
HSV(B) 14.06º 0.5% 0.51% -
XYZ 12.88 10.79 6.4 -
YUV 92.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 129 80 65 0 0.38 0.50 0.49 14.06 0.33 0.38
Hex 81 50 41 0 26 32 31 E 21 26
Octal 201 120 101 0 46 62 61 16 41 46
Binary 10000001 1010000 1000001 0 100110 110010 110001 1110 100001 100110

Color Harmonies of #815041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815041

Black with #815041

Text Example


Text Example

White with #815041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815041; }

 p { color: rgb(129,80,65); }

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

background-color css

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

 a { background-color: rgb(129,80,65); }

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

border-color css

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

 span { border-color: rgb(129,80,65); }

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