Html Css Color HEX #845448 Ironstone

📋 copy color: '#845448'

red 132 ◦ green 84 ◦ blue 72

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

Shades of Ironstone #845448

Tints of Ironstone #845448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 45.83%
G = 29.17%
B = 25%

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

#845448 (or 0x845448) is known color: Ironstone. HEX triplet: 84, 54 and 48. RGB value is (132,84,72). Sum of RGB (Red+Green+Blue) = 132+84+72=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845448 is #7BABB7. Grayscale: #616161. Windows color (decimal): -8104888 or 4740228. OLE color: 4740228.

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

Color convert

RGB 132 84 72 -
CMYK 0 0.36 0.45 0.48
HSL 12º 0.29% 0.4% -
HSV(B) 12º 0.45% 0.52% -
XYZ 13.86 11.71 7.66 -
YUV 96.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 132 84 72 0 0.36 0.45 0.48 12 0.29 0.4
Hex 84 54 48 0 24 2D 30 C 1D 28
Octal 204 124 110 0 44 55 60 14 35 50
Binary 10000100 1010100 1001000 0 100100 101101 110000 1100 11101 101000

Color Harmonies of #845448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845448

Black with #845448

Text Example


Text Example

White with #845448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845448; }

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

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

background-color css

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

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

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

border-color css

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

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

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