Html Css Color HEX #825447 Ironstone

📋 copy color: '#825447'

red 130 ◦ green 84 ◦ blue 71

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

Shades of Ironstone #825447

Tints of Ironstone #825447

RGB

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

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

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

R = 45.61%
G = 29.47%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825447 (or 0x825447) is known color: Ironstone. HEX triplet: 82, 54 and 47. RGB value is (130,84,71). Sum of RGB (Red+Green+Blue) = 130+84+71=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825447 is #7DABB8. Grayscale: #606060. Windows color (decimal): -8235961 or 4674690. OLE color: 4674690.

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

Color convert

RGB 130 84 71 -
CMYK 0 0.35 0.45 0.49
HSL 13.22º 0.29% 0.39% -
HSV(B) 13.22º 0.45% 0.51% -
XYZ 13.51 11.54 7.48 -
YUV 96.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 130 84 71 0 0.35 0.45 0.49 13.22 0.29 0.39
Hex 82 54 47 0 23 2D 31 D 1D 27
Octal 202 124 107 0 43 55 61 15 35 47
Binary 10000010 1010100 1000111 0 100011 101101 110001 1101 11101 100111

Color Harmonies of #825447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825447

Black with #825447

Text Example


Text Example

White with #825447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825447; }

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

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

background-color css

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

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

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

border-color css

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

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

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