Html Css Color HEX #815440 Ironstone

📋 copy color: '#815440'

red 129 ◦ green 84 ◦ blue 64

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

Shades of Ironstone #815440

Tints of Ironstone #815440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 46.57%
G = 30.32%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815440 (or 0x815440) is known color: Ironstone. HEX triplet: 81, 54 and 40. RGB value is (129,84,64). Sum of RGB (Red+Green+Blue) = 129+84+64=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #815440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815440 is #7EABBF. Grayscale: #5F5F5F. Windows color (decimal): -8301504 or 4215937. OLE color: 4215937.

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

Color convert

RGB 129 84 64 -
CMYK 0 0.35 0.50 0.49
HSL 18.46º 0.34% 0.38% -
HSV(B) 18.46º 0.5% 0.51% -
XYZ 13.15 11.38 6.35 -
YUV 95.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 129 84 64 0 0.35 0.50 0.49 18.46 0.34 0.38
Hex 81 54 40 0 23 32 31 12 22 26
Octal 201 124 100 0 43 62 61 22 42 46
Binary 10000001 1010100 1000000 0 100011 110010 110001 10010 100010 100110

Color Harmonies of #815440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815440

Black with #815440

Text Example


Text Example

White with #815440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815440; }

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

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

background-color css

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

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

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

border-color css

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

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

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