#825541

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

Shades of Ironstone #825541

Tints of Ironstone #825541

Color information

#825541 (or 0x825541) is unknown color: approx Ironstone. HEX triplet: 82, 55 and 41. RGB value is (130,85,65). Sum of RGB (Red+Green+Blue) = 130+85+65=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825541 is #7DAABE. Grayscale: #606060. Windows color (decimal): -8235711 or 4281730. OLE color: 4281730.

HSL color Cylindrical-coordinate representation of color #825541: hue angle of 18.46º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825541 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1308565-
CMYK00.350.500.49
HSL18.46º33.33%38.24%-
HSV(B)18.46º50%50.98%-
XYZ13.4111.626.54-
YUV96.17110.41152.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=46.43%
G=30.36%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130856500.350.500.4918.4633.3338.24
Hex8255410233231122126
Octal2021251010436261224146
Binary1000001010101011000001010001111001011000110010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825541; }

 p { color: rgb(130,85,65); }

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

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

 a { background-color: rgb(130,85,65); }

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

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

 span { border-color: rgb(130,85,65); }

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