#825545

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

Shades of Ironstone #825545

Tints of Ironstone #825545

Color information

#825545 (or 0x825545) is unknown color: approx Ironstone. HEX triplet: 82, 55 and 45. RGB value is (130,85,69). Sum of RGB (Red+Green+Blue) = 130+85+69=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825545 is #7DAABA. Grayscale: #606060. Windows color (decimal): -8235707 or 4543874. OLE color: 4543874.

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

Color convert

RGB1308569-
CMYK00.350.470.49
HSL15.74º30.65%39.02%-
HSV(B)15.74º46.92%50.98%-
XYZ13.5311.677.17-
YUV96.63112.41151.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=45.77%
G=29.93%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130856900.350.470.4915.7430.6539.02
Hex8255450232F31101f27
Octal2021251050435761203747
Binary100000101010101100010101000111011111100011000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825545; }

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

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

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

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

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

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

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

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