#824F44

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

Shades of Ironstone #824F44

Tints of Ironstone #824F44

Color information

#824F44 (or 0x824F44) is unknown color: approx Ironstone. HEX triplet: 82, 4F and 44. RGB value is (130,79,68). Sum of RGB (Red+Green+Blue) = 130+79+68=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #824F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F44 is #7DB0BB. Grayscale: #5D5D5D. Windows color (decimal): -8237244 or 4476802. OLE color: 4476802.

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

Color convert

RGB1307968-
CMYK00.390.480.49
HSL10.65º31.31%38.82%-
HSV(B)10.65º47.69%50.98%-
XYZ13.0510.766.86-
YUV92.99113.9154.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=46.93%
G=28.52%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130796800.390.480.4910.6531.3138.82
Hex824F440273031b1f27
Octal2021171040476061133747
Binary10000010100111110001000100111110000110001101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F44; }

 p { color: rgb(130,79,68); }

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

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

 a { background-color: rgb(130,79,68); }

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

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

 span { border-color: rgb(130,79,68); }

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