#825747

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

Shades of Ironstone #825747

Tints of Ironstone #825747

Color information

#825747 (or 0x825747) is unknown color: approx Ironstone. HEX triplet: 82, 57 and 47. RGB value is (130,87,71). Sum of RGB (Red+Green+Blue) = 130+87+71=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825747 is #7DA8B8. Grayscale: #626262. Windows color (decimal): -8235193 or 4675458. OLE color: 4675458.

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

Color convert

RGB1308771-
CMYK00.330.450.49
HSL16.27º29.35%39.41%-
HSV(B)16.27º45.38%50.98%-
XYZ13.7512.027.56-
YUV98.03112.75150.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=45.14%
G=30.21%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130877100.330.450.4916.2729.3539.41
Hex8257470212D31101d27
Octal2021271070415561203547
Binary100000101010111100011101000011011011100011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825747; }

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

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

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

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

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

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

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

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