Html Css Color HEX #815044 Ironstone

📋 copy color: '#815044'

red 129 ◦ green 80 ◦ blue 68

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

Shades of Ironstone #815044

Tints of Ironstone #815044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 46.57%
G = 28.88%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#815044 (or 0x815044) is known color: Ironstone. HEX triplet: 81, 50 and 44. RGB value is (129,80,68). Sum of RGB (Red+Green+Blue) = 129+80+68=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #815044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815044 is #7EAFBB. Grayscale: #5D5D5D. Windows color (decimal): -8302524 or 4477057. OLE color: 4477057.

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

Color convert

RGB 129 80 68 -
CMYK 0 0.38 0.47 0.49
HSL 11.8º 0.31% 0.39% -
HSV(B) 11.8º 0.47% 0.51% -
XYZ 12.97 10.82 6.87 -
YUV 93.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 129 80 68 0 0.38 0.47 0.49 11.8 0.31 0.39
Hex 81 50 44 0 26 2F 31 C 1F 27
Octal 201 120 104 0 46 57 61 14 37 47
Binary 10000001 1010000 1000100 0 100110 101111 110001 1100 11111 100111

Color Harmonies of #815044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815044

Black with #815044

Text Example


Text Example

White with #815044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815044; }

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

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

background-color css

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

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

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

border-color css

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

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

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