Html Css Color HEX #855040 Ironstone

📋 copy color: '#855040'

red 133 ◦ green 80 ◦ blue 64

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

Shades of Ironstone #855040

Tints of Ironstone #855040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 48.01%
G = 28.88%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855040 (or 0x855040) is known color: Ironstone. HEX triplet: 85, 50 and 40. RGB value is (133,80,64). Sum of RGB (Red+Green+Blue) = 133+80+64=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855040 is #7AAFBF. Grayscale: #5E5E5E. Windows color (decimal): -8040384 or 4214917. OLE color: 4214917.

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

Color convert

RGB 133 80 64 -
CMYK 0 0.40 0.52 0.48
HSL 13.91º 0.35% 0.39% -
HSV(B) 13.91º 0.52% 0.52% -
XYZ 13.47 11.09 6.28 -
YUV 94.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 133 80 64 0 0.40 0.52 0.48 13.91 0.35 0.39
Hex 85 50 40 0 28 34 30 E 23 27
Octal 205 120 100 0 50 64 60 16 43 47
Binary 10000101 1010000 1000000 0 101000 110100 110000 1110 100011 100111

Color Harmonies of #855040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855040

Black with #855040

Text Example


Text Example

White with #855040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855040; }

 p { color: rgb(133,80,64); }

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

background-color css

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

 a { background-color: rgb(133,80,64); }

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

border-color css

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

 span { border-color: rgb(133,80,64); }

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