Html Css Color HEX #84564B Ironstone

📋 copy color: '#84564B'

red 132 ◦ green 86 ◦ blue 75

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

Shades of Ironstone #84564B

Tints of Ironstone #84564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 45.05%
G = 29.35%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84564B (or 0x84564B) is known color: Ironstone. HEX triplet: 84, 56 and 4B. RGB value is (132,86,75). Sum of RGB (Red+Green+Blue) = 132+86+75=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84564B is #7BA9B4. Grayscale: #626262. Windows color (decimal): -8104373 or 4937348. OLE color: 4937348.

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

Color convert

RGB 132 86 75 -
CMYK 0 0.35 0.43 0.48
HSL 11.58º 0.28% 0.41% -
HSV(B) 11.58º 0.43% 0.52% -
XYZ 14.11 12.07 8.24 -
YUV 98.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 132 86 75 0 0.35 0.43 0.48 11.58 0.28 0.41
Hex 84 56 4B 0 23 2B 30 C 1C 29
Octal 204 126 113 0 43 53 60 14 34 51
Binary 10000100 1010110 1001011 0 100011 101011 110000 1100 11100 101001

Color Harmonies of #84564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84564B

Black with #84564B

Text Example


Text Example

White with #84564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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