#855343

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

Shades of Ironstone #855343

Tints of Ironstone #855343

Color information

#855343 (or 0x855343) is unknown color: approx Ironstone. HEX triplet: 85, 53 and 43. RGB value is (133,83,67). Sum of RGB (Red+Green+Blue) = 133+83+67=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855343 is #7AACBC. Grayscale: #606060. Windows color (decimal): -8039613 or 4412293. OLE color: 4412293.

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

Color convert

RGB1338367-
CMYK00.380.500.48
HSL14.55º33%39.22%-
HSV(B)14.55º49.62%52.16%-
XYZ13.7811.586.82-
YUV96.13111.56154.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 67 (26.56% from 255) = 23.67%
R=47.00%
G=29.33%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133836700.380.500.4814.553339.22
Hex8553430263230f2127
Octal2051231030466260174147
Binary100001011010011100001101001101100101100001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855343; }

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

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

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

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

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

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

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

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