#825143

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

Shades of Ironstone #825143

Tints of Ironstone #825143

Color information

#825143 (or 0x825143) is unknown color: approx Ironstone. HEX triplet: 82, 51 and 43. RGB value is (130,81,67). Sum of RGB (Red+Green+Blue) = 130+81+67=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #825143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825143 is #7DAEBC. Grayscale: #5E5E5E. Windows color (decimal): -8236733 or 4411778. OLE color: 4411778.

HSL color Cylindrical-coordinate representation of color #825143: hue angle of 13.33º degrees, saturation: 0.32, 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 #825143 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1308167-
CMYK00.380.480.49
HSL13.33º31.98%38.63%-
HSV(B)13.33º48.46%50.98%-
XYZ13.1611.046.75-
YUV94.06112.73153.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=46.76%
G=29.14%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130816700.380.480.4913.3331.9838.63
Hex8251430263031d2027
Octal2021211030466061154047
Binary100000101010001100001101001101100001100011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825143; }

 p { color: rgb(130,81,67); }

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

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

 a { background-color: rgb(130,81,67); }

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

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

 span { border-color: rgb(130,81,67); }

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