#84533F

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

Shades of Ironstone #84533F

Tints of Ironstone #84533F

Color information

#84533F (or 0x84533F) is unknown color: approx Ironstone. HEX triplet: 84, 53 and 3F. RGB value is (132,83,63). Sum of RGB (Red+Green+Blue) = 132+83+63=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84533F is #7BACC0. Grayscale: #5F5F5F. Windows color (decimal): -8105153 or 4150148. OLE color: 4150148.

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

Color convert

RGB1328363-
CMYK00.370.520.48
HSL17.39º35.38%38.24%-
HSV(B)17.39º52.27%51.76%-
XYZ13.5111.456.2-
YUV95.37109.73154.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 63 (25% from 255) = 22.66%
R=47.48%
G=29.86%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132836300.370.520.4817.3935.3838.24
Hex84533F0253430112326
Octal204123770456460214346
Binary100001001010011111111010010111010011000010001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84533F; }

 p { color: rgb(132,83,63); }

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

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

 a { background-color: rgb(132,83,63); }

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

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

 span { border-color: rgb(132,83,63); }

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