Html Css Color HEX #855142 Ironstone

📋 copy color: '#855142'

red 133 ◦ green 81 ◦ blue 66

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

Shades of Ironstone #855142

Tints of Ironstone #855142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 47.5%
G = 28.93%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855142 (or 0x855142) is known color: Ironstone. HEX triplet: 85, 51 and 42. RGB value is (133,81,66). Sum of RGB (Red+Green+Blue) = 133+81+66=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855142 is #7AAEBD. Grayscale: #5E5E5E. Windows color (decimal): -8040126 or 4346245. OLE color: 4346245.

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

Color convert

RGB 133 81 66 -
CMYK 0 0.39 0.50 0.48
HSL 13.43º 0.34% 0.39% -
HSV(B) 13.43º 0.5% 0.52% -
XYZ 13.6 11.26 6.61 -
YUV 94.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 133 81 66 0 0.39 0.50 0.48 13.43 0.34 0.39
Hex 85 51 42 0 27 32 30 D 22 27
Octal 205 121 102 0 47 62 60 15 42 47
Binary 10000101 1010001 1000010 0 100111 110010 110000 1101 100010 100111

Color Harmonies of #855142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855142

Black with #855142

Text Example


Text Example

White with #855142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855142; }

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

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

background-color css

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

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

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

border-color css

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

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

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