#825745

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

Shades of Ironstone #825745

Tints of Ironstone #825745

Color information

#825745 (or 0x825745) is unknown color: approx Ironstone. HEX triplet: 82, 57 and 45. RGB value is (130,87,69). Sum of RGB (Red+Green+Blue) = 130+87+69=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825745 is #7DA8BA. Grayscale: #616161. Windows color (decimal): -8235195 or 4544386. OLE color: 4544386.

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

Color convert

RGB1308769-
CMYK00.330.470.49
HSL17.7º30.65%39.02%-
HSV(B)17.7º46.92%50.98%-
XYZ13.6911.997.22-
YUV97.8111.75150.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=45.45%
G=30.42%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130876900.330.470.4917.730.6539.02
Hex8257450212F31121f27
Octal2021271050415761223747
Binary100000101010111100010101000011011111100011001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825745; }

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

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

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

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

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

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

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

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