Html Css Color HEX #84503C Ironstone

📋 copy color: '#84503C'

red 132 ◦ green 80 ◦ blue 60

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

Shades of Ironstone #84503C

Tints of Ironstone #84503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 48.53%
G = 29.41%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84503C (or 0x84503C) is known color: Ironstone. HEX triplet: 84, 50 and 3C. RGB value is (132,80,60). Sum of RGB (Red+Green+Blue) = 132+80+60=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503C is #7BAFC3. Grayscale: #5D5D5D. Windows color (decimal): -8105924 or 3952772. OLE color: 3952772.

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

Color convert

RGB 132 80 60 -
CMYK 0 0.39 0.55 0.48
HSL 16.67º 0.38% 0.38% -
HSV(B) 16.67º 0.55% 0.52% -
XYZ 13.2 10.97 5.7 -
YUV 93.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 132 80 60 0 0.39 0.55 0.48 16.67 0.38 0.38
Hex 84 50 3C 0 27 37 30 11 26 26
Octal 204 120 74 0 47 67 60 21 46 46
Binary 10000100 1010000 111100 0 100111 110111 110000 10001 100110 100110

Color Harmonies of #84503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84503C

Black with #84503C

Text Example


Text Example

White with #84503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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