Html Css Color HEX #84503F Ironstone

📋 copy color: '#84503F'

red 132 ◦ green 80 ◦ blue 63

#84503F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironstone #84503F

Tints of Ironstone #84503F

RGB

 RED value IS 132 (51.95% from 255) = 48%

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 48%
G = 29.09%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84503F (or 0x84503F) is known color: Ironstone. HEX triplet: 84, 50 and 3F. RGB value is (132,80,63). Sum of RGB (Red+Green+Blue) = 132+80+63=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503F is #7BAFC0. Grayscale: #5D5D5D. Windows color (decimal): -8105921 or 4149380. OLE color: 4149380.

HSL color Cylindrical-coordinate representation of color #84503F: hue angle of 14.78º 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 #84503F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 63 -
CMYK 0 0.39 0.52 0.48
HSL 14.78º 0.35% 0.38% -
HSV(B) 14.78º 0.52% 0.52% -
XYZ 13.28 11 6.13 -
YUV 93.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 132 80 63 0 0.39 0.52 0.48 14.78 0.35 0.38
Hex 84 50 3F 0 27 34 30 F 23 26
Octal 204 120 77 0 47 64 60 17 43 46
Binary 10000100 1010000 111111 0 100111 110100 110000 1111 100011 100110

Color Harmonies of #84503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84503F

Black with #84503F

Text Example


Text Example

White with #84503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84503F;
 }
 .AnyTagClassName
 {
   color: #84503F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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