#855341

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

Shades of Ironstone #855341

Tints of Ironstone #855341

Color information

#855341 (or 0x855341) is unknown color: approx Ironstone. HEX triplet: 85, 53 and 41. RGB value is (133,83,65). Sum of RGB (Red+Green+Blue) = 133+83+65=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855341 is #7AACBE. Grayscale: #606060. Windows color (decimal): -8039615 or 4281221. OLE color: 4281221.

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

Color convert

RGB1338365-
CMYK00.380.510.48
HSL15.88º34.34%38.82%-
HSV(B)15.88º51.13%52.16%-
XYZ13.7211.556.51-
YUV95.9110.56154.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=47.33%
G=29.54%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133836500.380.510.4815.8834.3438.82
Hex8553410263330102227
Octal2051231010466360204247
Binary1000010110100111000001010011011001111000010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855341; }

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

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

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

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

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

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

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

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