Html Css Color HEX #845647 Ironstone

📋 copy color: '#845647'

red 132 ◦ green 86 ◦ blue 71

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

Shades of Ironstone #845647

Tints of Ironstone #845647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.57%

R = 45.67%
G = 29.76%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#845647 (or 0x845647) is known color: Ironstone. HEX triplet: 84, 56 and 47. RGB value is (132,86,71). Sum of RGB (Red+Green+Blue) = 132+86+71=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845647 is #7BA9B8. Grayscale: #626262. Windows color (decimal): -8104377 or 4675204. OLE color: 4675204.

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

Color convert

RGB 132 86 71 -
CMYK 0 0.35 0.46 0.48
HSL 14.75º 0.3% 0.4% -
HSV(B) 14.75º 0.46% 0.52% -
XYZ 13.98 12.02 7.54 -
YUV 98.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 132 86 71 0 0.35 0.46 0.48 14.75 0.3 0.4
Hex 84 56 47 0 23 2E 30 F 1E 28
Octal 204 126 107 0 43 56 60 17 36 50
Binary 10000100 1010110 1000111 0 100011 101110 110000 1111 11110 101000

Color Harmonies of #845647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845647

Black with #845647

Text Example


Text Example

White with #845647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845647; }

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

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

background-color css

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

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

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

border-color css

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

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

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