Html Css Color HEX #845746 Ironstone

📋 copy color: '#845746'

red 132 ◦ green 87 ◦ blue 70

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

Shades of Ironstone #845746

Tints of Ironstone #845746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 45.67%
G = 30.1%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#845746 (or 0x845746) is known color: Ironstone. HEX triplet: 84, 57 and 46. RGB value is (132,87,70). Sum of RGB (Red+Green+Blue) = 132+87+70=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845746 is #7BA8B9. Grayscale: #626262. Windows color (decimal): -8104122 or 4609924. OLE color: 4609924.

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

Color convert

RGB 132 87 70 -
CMYK 0 0.34 0.47 0.48
HSL 16.45º 0.31% 0.4% -
HSV(B) 16.45º 0.47% 0.52% -
XYZ 14.03 12.16 7.4 -
YUV 98.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 132 87 70 0 0.34 0.47 0.48 16.45 0.31 0.4
Hex 84 57 46 0 22 2F 30 10 1F 28
Octal 204 127 106 0 42 57 60 20 37 50
Binary 10000100 1010111 1000110 0 100010 101111 110000 10000 11111 101000

Color Harmonies of #845746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845746

Black with #845746

Text Example


Text Example

White with #845746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845746; }

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

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

background-color css

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

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

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

border-color css

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

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

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