Html Css Color HEX #855747 Ironstone

📋 copy color: '#855747'

red 133 ◦ green 87 ◦ blue 71

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

Shades of Ironstone #855747

Tints of Ironstone #855747

RGB

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

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

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

R = 45.7%
G = 29.9%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855747 (or 0x855747) is known color: Ironstone. HEX triplet: 85, 57 and 47. RGB value is (133,87,71). Sum of RGB (Red+Green+Blue) = 133+87+71=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855747 is #7AA8B8. Grayscale: #636363. Windows color (decimal): -8038585 or 4675461. OLE color: 4675461.

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

Color convert

RGB 133 87 71 -
CMYK 0 0.35 0.47 0.48
HSL 15.48º 0.3% 0.4% -
HSV(B) 15.48º 0.47% 0.52% -
XYZ 14.22 12.26 7.58 -
YUV 98.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 133 87 71 0 0.35 0.47 0.48 15.48 0.3 0.4
Hex 85 57 47 0 23 2F 30 F 1E 28
Octal 205 127 107 0 43 57 60 17 36 50
Binary 10000101 1010111 1000111 0 100011 101111 110000 1111 11110 101000

Color Harmonies of #855747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855747

Black with #855747

Text Example


Text Example

White with #855747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855747; }

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

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

background-color css

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

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

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

border-color css

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

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

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