Html Css Color HEX #825147 Ironstone

📋 copy color: '#825147'

red 130 ◦ green 81 ◦ blue 71

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

Shades of Ironstone #825147

Tints of Ironstone #825147

RGB

 RED value IS 130 (51.17% from 255) = 46.1%

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 71 (28.13% from 255) = 25.18%

R = 46.1%
G = 28.72%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825147 (or 0x825147) is known color: Ironstone. HEX triplet: 82, 51 and 47. RGB value is (130,81,71). Sum of RGB (Red+Green+Blue) = 130+81+71=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825147 is #7DAEB8. Grayscale: #5E5E5E. Windows color (decimal): -8236729 or 4673922. OLE color: 4673922.

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

Color convert

RGB 130 81 71 -
CMYK 0 0.38 0.45 0.49
HSL 10.17º 0.29% 0.39% -
HSV(B) 10.17º 0.45% 0.51% -
XYZ 13.29 11.09 7.4 -
YUV 94.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 130 81 71 0 0.38 0.45 0.49 10.17 0.29 0.39
Hex 82 51 47 0 26 2D 31 A 1D 27
Octal 202 121 107 0 46 55 61 12 35 47
Binary 10000010 1010001 1000111 0 100110 101101 110001 1010 11101 100111

Color Harmonies of #825147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825147

Black with #825147

Text Example


Text Example

White with #825147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825147; }

 p { color: rgb(130,81,71); }

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

background-color css

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

 a { background-color: rgb(130,81,71); }

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

border-color css

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

 span { border-color: rgb(130,81,71); }

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