#825444

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

Shades of Ironstone #825444

Tints of Ironstone #825444

Color information

#825444 (or 0x825444) is unknown color: approx Ironstone. HEX triplet: 82, 54 and 44. RGB value is (130,84,68). Sum of RGB (Red+Green+Blue) = 130+84+68=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825444 is #7DABBB. Grayscale: #606060. Windows color (decimal): -8235964 or 4478082. OLE color: 4478082.

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

Color convert

RGB1308468-
CMYK00.350.480.49
HSL15.48º31.31%38.82%-
HSV(B)15.48º47.69%50.98%-
XYZ13.4211.56.98-
YUV95.93112.24152.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=46.10%
G=29.79%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130846800.350.480.4915.4831.3138.82
Hex8254440233031f1f27
Octal2021241040436061173747
Binary10000010101010010001000100011110000110001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825444; }

 p { color: rgb(130,84,68); }

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

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

 a { background-color: rgb(130,84,68); }

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

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

 span { border-color: rgb(130,84,68); }

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