Html Css Color HEX #84503D Ironstone

📋 copy color: '#84503D'

red 132 ◦ green 80 ◦ blue 61

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

Shades of Ironstone #84503D

Tints of Ironstone #84503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 48.35%
G = 29.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84503D (or 0x84503D) is known color: Ironstone. HEX triplet: 84, 50 and 3D. RGB value is (132,80,61). Sum of RGB (Red+Green+Blue) = 132+80+61=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503D is #7BAFC2. Grayscale: #5D5D5D. Windows color (decimal): -8105923 or 4018308. OLE color: 4018308.

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

Color convert

RGB 132 80 61 -
CMYK 0 0.39 0.54 0.48
HSL 16.06º 0.37% 0.38% -
HSV(B) 16.06º 0.54% 0.52% -
XYZ 13.23 10.98 5.84 -
YUV 93.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 132 80 61 0 0.39 0.54 0.48 16.06 0.37 0.38
Hex 84 50 3D 0 27 36 30 10 25 26
Octal 204 120 75 0 47 66 60 20 45 46
Binary 10000100 1010000 111101 0 100111 110110 110000 10000 100101 100110

Color Harmonies of #84503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84503D

Black with #84503D

Text Example


Text Example

White with #84503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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