Html Css Color HEX #855642 Ironstone

📋 copy color: '#855642'

red 133 ◦ green 86 ◦ blue 66

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

Shades of Ironstone #855642

Tints of Ironstone #855642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 46.67%
G = 30.18%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855642 (or 0x855642) is known color: Ironstone. HEX triplet: 85, 56 and 42. RGB value is (133,86,66). Sum of RGB (Red+Green+Blue) = 133+86+66=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855642 is #7AA9BD. Grayscale: #616161. Windows color (decimal): -8038846 or 4347525. OLE color: 4347525.

HSL color Cylindrical-coordinate representation of color #855642: hue angle of 17.91º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855642 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 66 -
CMYK 0 0.35 0.50 0.48
HSL 17.91º 0.34% 0.39% -
HSV(B) 17.91º 0.5% 0.52% -
XYZ 13.98 12.04 6.74 -
YUV 97.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 133 86 66 0 0.35 0.50 0.48 17.91 0.34 0.39
Hex 85 56 42 0 23 32 30 12 22 27
Octal 205 126 102 0 43 62 60 22 42 47
Binary 10000101 1010110 1000010 0 100011 110010 110000 10010 100010 100111

Color Harmonies of #855642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855642

Black with #855642

Text Example


Text Example

White with #855642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855642; }

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

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

background-color css

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

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

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

border-color css

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

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

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