Html Css Color HEX #825046 Ironstone

📋 copy color: '#825046'

red 130 ◦ green 80 ◦ blue 70

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

Shades of Ironstone #825046

Tints of Ironstone #825046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25%

R = 46.43%
G = 28.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#825046 (or 0x825046) is known color: Ironstone. HEX triplet: 82, 50 and 46. RGB value is (130,80,70). Sum of RGB (Red+Green+Blue) = 130+80+70=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825046 is #7DAFB9. Grayscale: #5D5D5D. Windows color (decimal): -8236986 or 4608130. OLE color: 4608130.

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

Color convert

RGB 130 80 70 -
CMYK 0 0.38 0.46 0.49
HSL 10º 0.3% 0.39% -
HSV(B) 10º 0.46% 0.51% -
XYZ 13.18 10.93 7.21 -
YUV 93.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 130 80 70 0 0.38 0.46 0.49 10 0.3 0.39
Hex 82 50 46 0 26 2E 31 A 1E 27
Octal 202 120 106 0 46 56 61 12 36 47
Binary 10000010 1010000 1000110 0 100110 101110 110001 1010 11110 100111

Color Harmonies of #825046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825046

Black with #825046

Text Example


Text Example

White with #825046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825046; }

 p { color: rgb(130,80,70); }

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

background-color css

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

 a { background-color: rgb(130,80,70); }

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

border-color css

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

 span { border-color: rgb(130,80,70); }

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