Html Css Color HEX #84513C Ironstone

📋 copy color: '#84513C'

red 132 ◦ green 81 ◦ blue 60

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

Shades of Ironstone #84513C

Tints of Ironstone #84513C

RGB

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

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

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

R = 48.35%
G = 29.67%
B = 21.98%

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

#84513C (or 0x84513C) is known color: Ironstone. HEX triplet: 84, 51 and 3C. RGB value is (132,81,60). Sum of RGB (Red+Green+Blue) = 132+81+60=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84513C is #7BAEC3. Grayscale: #5D5D5D. Windows color (decimal): -8105668 or 3953028. OLE color: 3953028.

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

Color convert

RGB 132 81 60 -
CMYK 0 0.39 0.55 0.48
HSL 17.5º 0.38% 0.38% -
HSV(B) 17.5º 0.55% 0.52% -
XYZ 13.27 11.12 5.72 -
YUV 93.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 132 81 60 0 0.39 0.55 0.48 17.5 0.38 0.38
Hex 84 51 3C 0 27 37 30 12 26 26
Octal 204 121 74 0 47 67 60 22 46 46
Binary 10000100 1010001 111100 0 100111 110111 110000 10010 100110 100110

Color Harmonies of #84513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84513C

Black with #84513C

Text Example


Text Example

White with #84513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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