#825441

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

Shades of Ironstone #825441

Tints of Ironstone #825441

Color information

#825441 (or 0x825441) is unknown color: approx Ironstone. HEX triplet: 82, 54 and 41. RGB value is (130,84,65). Sum of RGB (Red+Green+Blue) = 130+84+65=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #825441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825441 is #7DABBE. Grayscale: #5F5F5F. Windows color (decimal): -8235967 or 4281474. OLE color: 4281474.

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

Color convert

RGB1308465-
CMYK00.350.500.49
HSL17.54º33.33%38.24%-
HSV(B)17.54º50%50.98%-
XYZ13.3311.476.51-
YUV95.59110.74152.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=46.59%
G=30.11%
B=23.30%

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
Decimal130846500.350.500.4917.5433.3338.24
Hex8254410233231122126
Octal2021241010436261224146
Binary1000001010101001000001010001111001011000110010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825441; }

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

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

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

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

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

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

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

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