Html Css Color HEX #815340 Ironstone

📋 copy color: '#815340'

red 129 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #815340

Tints of Ironstone #815340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 46.74%
G = 30.07%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815340 (or 0x815340) is known color: Ironstone. HEX triplet: 81, 53 and 40. RGB value is (129,83,64). Sum of RGB (Red+Green+Blue) = 129+83+64=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #815340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815340 is #7EACBF. Grayscale: #5E5E5E. Windows color (decimal): -8301760 or 4215681. OLE color: 4215681.

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

Color convert

RGB 129 83 64 -
CMYK 0 0.36 0.50 0.49
HSL 17.54º 0.34% 0.38% -
HSV(B) 17.54º 0.5% 0.51% -
XYZ 13.07 11.22 6.33 -
YUV 94.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 129 83 64 0 0.36 0.50 0.49 17.54 0.34 0.38
Hex 81 53 40 0 24 32 31 12 22 26
Octal 201 123 100 0 44 62 61 22 42 46
Binary 10000001 1010011 1000000 0 100100 110010 110001 10010 100010 100110

Color Harmonies of #815340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815340

Black with #815340

Text Example


Text Example

White with #815340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815340; }

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

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

background-color css

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

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

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

border-color css

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

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

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