Html Css Color HEX #855143 Ironstone

📋 copy color: '#855143'

red 133 ◦ green 81 ◦ blue 67

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

Shades of Ironstone #855143

Tints of Ironstone #855143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 47.33%
G = 28.83%
B = 23.84%

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

#855143 (or 0x855143) is known color: Ironstone. HEX triplet: 85, 51 and 43. RGB value is (133,81,67). Sum of RGB (Red+Green+Blue) = 133+81+67=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855143 is #7AAEBC. Grayscale: #5F5F5F. Windows color (decimal): -8040125 or 4411781. OLE color: 4411781.

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

Color convert

RGB 133 81 67 -
CMYK 0 0.39 0.50 0.48
HSL 12.73º 0.33% 0.39% -
HSV(B) 12.73º 0.5% 0.52% -
XYZ 13.63 11.28 6.77 -
YUV 94.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 133 81 67 0 0.39 0.50 0.48 12.73 0.33 0.39
Hex 85 51 43 0 27 32 30 D 21 27
Octal 205 121 103 0 47 62 60 15 41 47
Binary 10000101 1010001 1000011 0 100111 110010 110000 1101 100001 100111

Color Harmonies of #855143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855143

Black with #855143

Text Example


Text Example

White with #855143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855143; }

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

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

background-color css

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

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

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

border-color css

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

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

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