Html Css Color HEX #825649 Ironstone

📋 copy color: '#825649'

red 130 ◦ green 86 ◦ blue 73

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

Shades of Ironstone #825649

Tints of Ironstone #825649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 44.98%
G = 29.76%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#825649 (or 0x825649) is known color: Ironstone. HEX triplet: 82, 56 and 49. RGB value is (130,86,73). Sum of RGB (Red+Green+Blue) = 130+86+73=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #825649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825649 is #7DA9B6. Grayscale: #616161. Windows color (decimal): -8235447 or 4806274. OLE color: 4806274.

HSL color Cylindrical-coordinate representation of color #825649: hue angle of 13.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825649 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 73 -
CMYK 0 0.34 0.44 0.49
HSL 13.68º 0.28% 0.4% -
HSV(B) 13.68º 0.44% 0.51% -
XYZ 13.74 11.88 7.87 -
YUV 97.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 130 86 73 0 0.34 0.44 0.49 13.68 0.28 0.4
Hex 82 56 49 0 22 2C 31 E 1C 28
Octal 202 126 111 0 42 54 61 16 34 50
Binary 10000010 1010110 1001001 0 100010 101100 110001 1110 11100 101000

Color Harmonies of #825649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825649

Black with #825649

Text Example


Text Example

White with #825649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825649; }

 p { color: rgb(130,86,73); }

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

background-color css

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

 a { background-color: rgb(130,86,73); }

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

border-color css

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

 span { border-color: rgb(130,86,73); }

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