Html Css Color HEX #845347 Ironstone

📋 copy color: '#845347'

red 132 ◦ green 83 ◦ blue 71

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

Shades of Ironstone #845347

Tints of Ironstone #845347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 46.15%
G = 29.02%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#845347 (or 0x845347) is known color: Ironstone. HEX triplet: 84, 53 and 47. RGB value is (132,83,71). Sum of RGB (Red+Green+Blue) = 132+83+71=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #845347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845347 is #7BACB8. Grayscale: #606060. Windows color (decimal): -8105145 or 4674436. OLE color: 4674436.

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

Color convert

RGB 132 83 71 -
CMYK 0 0.37 0.46 0.48
HSL 11.8º 0.3% 0.4% -
HSV(B) 11.8º 0.46% 0.52% -
XYZ 13.75 11.55 7.47 -
YUV 96.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 132 83 71 0 0.37 0.46 0.48 11.8 0.3 0.4
Hex 84 53 47 0 25 2E 30 C 1E 28
Octal 204 123 107 0 45 56 60 14 36 50
Binary 10000100 1010011 1000111 0 100101 101110 110000 1100 11110 101000

Color Harmonies of #845347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845347

Black with #845347

Text Example


Text Example

White with #845347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845347; }

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

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

background-color css

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

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

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

border-color css

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

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

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