Html Css Color HEX #84513F Ironstone

📋 copy color: '#84513F'

red 132 ◦ green 81 ◦ blue 63

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

Shades of Ironstone #84513F

Tints of Ironstone #84513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 47.83%
G = 29.35%
B = 22.83%

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

#84513F (or 0x84513F) is known color: Ironstone. HEX triplet: 84, 51 and 3F. RGB value is (132,81,63). Sum of RGB (Red+Green+Blue) = 132+81+63=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84513F is #7BAEC0. Grayscale: #5E5E5E. Windows color (decimal): -8105665 or 4149636. OLE color: 4149636.

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

Color convert

RGB 132 81 63 -
CMYK 0 0.39 0.52 0.48
HSL 15.65º 0.35% 0.38% -
HSV(B) 15.65º 0.52% 0.52% -
XYZ 13.36 11.15 6.15 -
YUV 94.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 132 81 63 0 0.39 0.52 0.48 15.65 0.35 0.38
Hex 84 51 3F 0 27 34 30 10 23 26
Octal 204 121 77 0 47 64 60 20 43 46
Binary 10000100 1010001 111111 0 100111 110100 110000 10000 100011 100110

Color Harmonies of #84513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84513F

Black with #84513F

Text Example


Text Example

White with #84513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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