#84513B

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

Shades of Ironstone #84513B

Tints of Ironstone #84513B

Color information

#84513B (or 0x84513B) is unknown color: approx Ironstone. HEX triplet: 84, 51 and 3B. RGB value is (132,81,59). Sum of RGB (Red+Green+Blue) = 132+81+59=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84513B is #7BAEC4. Grayscale: #5D5D5D. Windows color (decimal): -8105669 or 3887492. OLE color: 3887492.

HSL color Cylindrical-coordinate representation of color #84513B: hue angle of 18.08º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84513B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1328159-
CMYK00.390.550.48
HSL18.08º38.22%37.45%-
HSV(B)18.08º55.3%51.76%-
XYZ13.2511.115.58-
YUV93.74108.4155.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=48.53%
G=29.78%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132815900.390.550.4818.0838.2237.45
Hex84513B0273730122625
Octal204121730476760224645
Binary100001001010001111011010011111011111000010010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84513B; }

 p { color: rgb(132,81,59); }

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

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

 a { background-color: rgb(132,81,59); }

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

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

 span { border-color: rgb(132,81,59); }

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