#825749

Color #825749 Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #825749

Tints of Ironstone #825749

Color information

#825749 (or 0x825749) is unknown color: approx Ironstone. HEX triplet: 82, 57 and 49. RGB value is (130,87,73). Sum of RGB (Red+Green+Blue) = 130+87+73=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825749 is #7DA8B6. Grayscale: #626262. Windows color (decimal): -8235191 or 4806530. OLE color: 4806530.

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

Color convert

RGB1308773-
CMYK00.330.440.49
HSL14.74º28.08%39.8%-
HSV(B)14.74º43.85%50.98%-
XYZ13.8212.047.9-
YUV98.26113.75150.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=44.83%
G=30%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130877300.330.440.4914.7428.0839.8
Hex8257490212C31f1c28
Octal2021271110415461173450
Binary10000010101011110010010100001101100110001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825749; }

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

 H1.HeaderClassName
 {
   color: #825749;
 }
 .AnyTagClassName
 {
   color: #825749;
 }
</style>
background-color css

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

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

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

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

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

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