Html Css Color HEX #855544 Ironstone

📋 copy color: '#855544'

red 133 ◦ green 85 ◦ blue 68

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

Shades of Ironstone #855544

Tints of Ironstone #855544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 46.5%
G = 29.72%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855544 (or 0x855544) is known color: Ironstone. HEX triplet: 85, 55 and 44. RGB value is (133,85,68). Sum of RGB (Red+Green+Blue) = 133+85+68=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855544 is #7AAABB. Grayscale: #616161. Windows color (decimal): -8039100 or 4478341. OLE color: 4478341.

HSL color Cylindrical-coordinate representation of color #855544: hue angle of 15.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855544 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 68 -
CMYK 0 0.36 0.49 0.48
HSL 15.69º 0.32% 0.39% -
HSV(B) 15.69º 0.49% 0.52% -
XYZ 13.96 11.9 7.03 -
YUV 97.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 133 85 68 0 0.36 0.49 0.48 15.69 0.32 0.39
Hex 85 55 44 0 24 31 30 10 20 27
Octal 205 125 104 0 44 61 60 20 40 47
Binary 10000101 1010101 1000100 0 100100 110001 110000 10000 100000 100111

Color Harmonies of #855544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855544

Black with #855544

Text Example


Text Example

White with #855544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855544; }

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

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

background-color css

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

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

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

border-color css

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

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

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