Html Css Color HEX #855447 Ironstone

📋 copy color: '#855447'

red 133 ◦ green 84 ◦ blue 71

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

Shades of Ironstone #855447

Tints of Ironstone #855447

RGB

 RED value IS 133 (52.34% from 255) = 46.18%

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

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

R = 46.18%
G = 29.17%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855447 (or 0x855447) is known color: Ironstone. HEX triplet: 85, 54 and 47. RGB value is (133,84,71). Sum of RGB (Red+Green+Blue) = 133+84+71=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855447 is #7AABB8. Grayscale: #616161. Windows color (decimal): -8039353 or 4674693. OLE color: 4674693.

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

Color convert

RGB 133 84 71 -
CMYK 0 0.37 0.47 0.48
HSL 12.58º 0.3% 0.4% -
HSV(B) 12.58º 0.47% 0.52% -
XYZ 13.98 11.78 7.5 -
YUV 97.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 133 84 71 0 0.37 0.47 0.48 12.58 0.3 0.4
Hex 85 54 47 0 25 2F 30 D 1E 28
Octal 205 124 107 0 45 57 60 15 36 50
Binary 10000101 1010100 1000111 0 100101 101111 110000 1101 11110 101000

Color Harmonies of #855447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855447

Black with #855447

Text Example


Text Example

White with #855447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855447; }

 p { color: rgb(133,84,71); }

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

background-color css

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

 a { background-color: rgb(133,84,71); }

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

border-color css

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

 span { border-color: rgb(133,84,71); }

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