Html Css Color HEX #84564A Ironstone

📋 copy color: '#84564A'

red 132 ◦ green 86 ◦ blue 74

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

Shades of Ironstone #84564A

Tints of Ironstone #84564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 45.21%
G = 29.45%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84564A (or 0x84564A) is known color: Ironstone. HEX triplet: 84, 56 and 4A. RGB value is (132,86,74). Sum of RGB (Red+Green+Blue) = 132+86+74=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84564A is #7BA9B5. Grayscale: #626262. Windows color (decimal): -8104374 or 4871812. OLE color: 4871812.

HSL color Cylindrical-coordinate representation of color #84564A: hue angle of 12.41º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84564A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 86 74 -
CMYK 0 0.35 0.44 0.48
HSL 12.41º 0.28% 0.4% -
HSV(B) 12.41º 0.44% 0.52% -
XYZ 14.08 12.06 8.06 -
YUV 98.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 132 86 74 0 0.35 0.44 0.48 12.41 0.28 0.4
Hex 84 56 4A 0 23 2C 30 C 1C 28
Octal 204 126 112 0 43 54 60 14 34 50
Binary 10000100 1010110 1001010 0 100011 101100 110000 1100 11100 101000

Color Harmonies of #84564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84564A

Black with #84564A

Text Example


Text Example

White with #84564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84564A; }

 p { color: rgb(132,86,74); }

 H1.HeaderClassName
 {
   color: #84564A;
 }
 .AnyTagClassName
 {
   color: #84564A;
 }
</style>

background-color css

<style>
 a { background-color: #84564A; }

 a { background-color: rgb(132,86,74); }

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

border-color css

<style>
 span { border-color: #84564A; }

 span { border-color: rgb(132,86,74); }

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