Html Css Color HEX #845446 Ironstone

📋 copy color: '#845446'

red 132 ◦ green 84 ◦ blue 70

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

Shades of Ironstone #845446

Tints of Ironstone #845446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 46.15%
G = 29.37%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#845446 (or 0x845446) is known color: Ironstone. HEX triplet: 84, 54 and 46. RGB value is (132,84,70). Sum of RGB (Red+Green+Blue) = 132+84+70=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #845446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845446 is #7BABB9. Grayscale: #606060. Windows color (decimal): -8104890 or 4609156. OLE color: 4609156.

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

Color convert

RGB 132 84 70 -
CMYK 0 0.36 0.47 0.48
HSL 13.55º 0.31% 0.4% -
HSV(B) 13.55º 0.47% 0.52% -
XYZ 13.79 11.69 7.32 -
YUV 96.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 132 84 70 0 0.36 0.47 0.48 13.55 0.31 0.4
Hex 84 54 46 0 24 2F 30 E 1F 28
Octal 204 124 106 0 44 57 60 16 37 50
Binary 10000100 1010100 1000110 0 100100 101111 110000 1110 11111 101000

Color Harmonies of #845446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845446

Black with #845446

Text Example


Text Example

White with #845446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845446; }

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

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

background-color css

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

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

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

border-color css

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

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

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