#825241

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

Shades of Ironstone #825241

Tints of Ironstone #825241

Color information

#825241 (or 0x825241) is unknown color: approx Ironstone. HEX triplet: 82, 52 and 41. RGB value is (130,82,65). Sum of RGB (Red+Green+Blue) = 130+82+65=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825241 is #7DADBE. Grayscale: #5E5E5E. Windows color (decimal): -8236479 or 4280962. OLE color: 4280962.

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

Color convert

RGB1308265-
CMYK00.370.500.49
HSL15.69º33.33%38.24%-
HSV(B)15.69º50%50.98%-
XYZ13.1811.166.46-
YUV94.41111.4153.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=46.93%
G=29.60%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130826500.370.500.4915.6933.3338.24
Hex8252410253231102126
Octal2021221010456261204146
Binary1000001010100101000001010010111001011000110000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825241; }

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

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

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

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

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

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

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

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