Html Css Color HEX #855546 Ironstone

📋 copy color: '#855546'

red 133 ◦ green 85 ◦ blue 70

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

Shades of Ironstone #855546

Tints of Ironstone #855546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 46.18%
G = 29.51%
B = 24.31%

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

#855546 (or 0x855546) is known color: Ironstone. HEX triplet: 85, 55 and 46. RGB value is (133,85,70). Sum of RGB (Red+Green+Blue) = 133+85+70=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855546 is #7AAAB9. Grayscale: #616161. Windows color (decimal): -8039098 or 4609413. OLE color: 4609413.

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

Color convert

RGB 133 85 70 -
CMYK 0 0.36 0.47 0.48
HSL 14.29º 0.31% 0.4% -
HSV(B) 14.29º 0.47% 0.52% -
XYZ 14.03 11.93 7.36 -
YUV 97.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 133 85 70 0 0.36 0.47 0.48 14.29 0.31 0.4
Hex 85 55 46 0 24 2F 30 E 1F 28
Octal 205 125 106 0 44 57 60 16 37 50
Binary 10000101 1010101 1000110 0 100100 101111 110000 1110 11111 101000

Color Harmonies of #855546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855546

Black with #855546

Text Example


Text Example

White with #855546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855546; }

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

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

background-color css

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

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

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

border-color css

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

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

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