Html Css Color HEX #845548 Ironstone

📋 copy color: '#845548'

red 132 ◦ green 85 ◦ blue 72

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

Shades of Ironstone #845548

Tints of Ironstone #845548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 45.67%
G = 29.41%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#845548 (or 0x845548) is known color: Ironstone. HEX triplet: 84, 55 and 48. RGB value is (132,85,72). Sum of RGB (Red+Green+Blue) = 132+85+72=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845548 is #7BAAB7. Grayscale: #616161. Windows color (decimal): -8104632 or 4740484. OLE color: 4740484.

HSL color Cylindrical-coordinate representation of color #845548: hue angle of 13º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845548 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 72 -
CMYK 0 0.36 0.45 0.48
HSL 13º 0.29% 0.4% -
HSV(B) 13º 0.45% 0.52% -
XYZ 13.93 11.87 7.69 -
YUV 97.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 132 85 72 0 0.36 0.45 0.48 13 0.29 0.4
Hex 84 55 48 0 24 2D 30 D 1D 28
Octal 204 125 110 0 44 55 60 15 35 50
Binary 10000100 1010101 1001000 0 100100 101101 110000 1101 11101 101000

Color Harmonies of #845548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845548

Black with #845548

Text Example


Text Example

White with #845548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845548; }

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

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

background-color css

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

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

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

border-color css

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

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

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