#825645

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

Shades of Ironstone #825645

Tints of Ironstone #825645

Color information

#825645 (or 0x825645) is unknown color: approx Ironstone. HEX triplet: 82, 56 and 45. RGB value is (130,86,69). Sum of RGB (Red+Green+Blue) = 130+86+69=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825645 is #7DA9BA. Grayscale: #616161. Windows color (decimal): -8235451 or 4544130. OLE color: 4544130.

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

Color convert

RGB1308669-
CMYK00.340.470.49
HSL16.72º30.65%39.02%-
HSV(B)16.72º46.92%50.98%-
XYZ13.6111.837.2-
YUV97.22112.08151.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=45.61%
G=30.18%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130866900.340.470.4916.7230.6539.02
Hex8256450222F31111f27
Octal2021261050425761213747
Binary100000101010110100010101000101011111100011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825645; }

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

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

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

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

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

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

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

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