#855043

Color #855043 Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #855043

Tints of Ironstone #855043

Color information

#855043 (or 0x855043) is unknown color: approx Ironstone. HEX triplet: 85, 50 and 43. RGB value is (133,80,67). Sum of RGB (Red+Green+Blue) = 133+80+67=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855043 is #7AAFBC. Grayscale: #5E5E5E. Windows color (decimal): -8040381 or 4411525. OLE color: 4411525.

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

Color convert

RGB1338067-
CMYK00.400.500.48
HSL11.82º33%39.22%-
HSV(B)11.82º49.62%52.16%-
XYZ13.5511.136.74-
YUV94.36112.56155.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=47.5%
G=28.57%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133806700.400.500.4811.823339.22
Hex8550430283230c2127
Octal2051201030506260144147
Binary100001011010000100001101010001100101100001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855043; }

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

 H1.HeaderClassName
 {
   color: #855043;
 }
 .AnyTagClassName
 {
   color: #855043;
 }
</style>
background-color css

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

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

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

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

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

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