Html Css Color HEX #84554A Ironstone

📋 copy color: '#84554A'

red 132 ◦ green 85 ◦ blue 74

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

Shades of Ironstone #84554A

Tints of Ironstone #84554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 45.36%
G = 29.21%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84554A (or 0x84554A) is known color: Ironstone. HEX triplet: 84, 55 and 4A. RGB value is (132,85,74). Sum of RGB (Red+Green+Blue) = 132+85+74=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84554A is #7BAAB5. Grayscale: #616161. Windows color (decimal): -8104630 or 4871556. OLE color: 4871556.

HSL color Cylindrical-coordinate representation of color #84554A: hue angle of 11.38º 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 #84554A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 74 -
CMYK 0 0.36 0.44 0.48
HSL 11.38º 0.28% 0.4% -
HSV(B) 11.38º 0.44% 0.52% -
XYZ 14 11.9 8.04 -
YUV 97.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 132 85 74 0 0.36 0.44 0.48 11.38 0.28 0.4
Hex 84 55 4A 0 24 2C 30 B 1C 28
Octal 204 125 112 0 44 54 60 13 34 50
Binary 10000100 1010101 1001010 0 100100 101100 110000 1011 11100 101000

Color Harmonies of #84554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84554A

Black with #84554A

Text Example


Text Example

White with #84554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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