Html Css Color HEX #855547 Ironstone

📋 copy color: '#855547'

red 133 ◦ green 85 ◦ blue 71

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

Shades of Ironstone #855547

Tints of Ironstone #855547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 46.02%
G = 29.41%
B = 24.57%

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

#855547 (or 0x855547) is known color: Ironstone. HEX triplet: 85, 55 and 47. RGB value is (133,85,71). Sum of RGB (Red+Green+Blue) = 133+85+71=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855547 is #7AAAB8. Grayscale: #616161. Windows color (decimal): -8039097 or 4674949. OLE color: 4674949.

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

Color convert

RGB 133 85 71 -
CMYK 0 0.36 0.47 0.48
HSL 13.55º 0.3% 0.4% -
HSV(B) 13.55º 0.47% 0.52% -
XYZ 14.06 11.94 7.52 -
YUV 97.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 133 85 71 0 0.36 0.47 0.48 13.55 0.3 0.4
Hex 85 55 47 0 24 2F 30 E 1E 28
Octal 205 125 107 0 44 57 60 16 36 50
Binary 10000101 1010101 1000111 0 100100 101111 110000 1110 11110 101000

Color Harmonies of #855547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855547

Black with #855547

Text Example


Text Example

White with #855547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855547; }

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

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

background-color css

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

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

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

border-color css

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

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

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