Html Css Color HEX #855647 Ironstone

📋 copy color: '#855647'

red 133 ◦ green 86 ◦ blue 71

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

Shades of Ironstone #855647

Tints of Ironstone #855647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 45.86%
G = 29.66%
B = 24.48%

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

#855647 (or 0x855647) is known color: Ironstone. HEX triplet: 85, 56 and 47. RGB value is (133,86,71). Sum of RGB (Red+Green+Blue) = 133+86+71=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #855647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855647 is #7AA9B8. Grayscale: #626262. Windows color (decimal): -8038841 or 4675205. OLE color: 4675205.

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

Color convert

RGB 133 86 71 -
CMYK 0 0.35 0.47 0.48
HSL 14.52º 0.3% 0.4% -
HSV(B) 14.52º 0.47% 0.52% -
XYZ 14.14 12.1 7.55 -
YUV 98.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 133 86 71 0 0.35 0.47 0.48 14.52 0.3 0.4
Hex 85 56 47 0 23 2F 30 F 1E 28
Octal 205 126 107 0 43 57 60 17 36 50
Binary 10000101 1010110 1000111 0 100011 101111 110000 1111 11110 101000

Color Harmonies of #855647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855647

Black with #855647

Text Example


Text Example

White with #855647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855647; }

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

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

background-color css

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

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

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

border-color css

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

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

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