#85553E

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

Shades of Ironstone #85553E

Tints of Ironstone #85553E

Color information

#85553E (or 0x85553E) is unknown color: approx Ironstone. HEX triplet: 85, 55 and 3E. RGB value is (133,85,62). Sum of RGB (Red+Green+Blue) = 133+85+62=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553E is #7AAAC1. Grayscale: #606060. Windows color (decimal): -8039106 or 4085125. OLE color: 4085125.

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

Color convert

RGB1338562-
CMYK00.360.530.48
HSL19.44º36.41%38.24%-
HSV(B)19.44º53.38%52.16%-
XYZ13.7911.836.11-
YUV96.73108.4153.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=47.5%
G=30.36%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133856200.360.530.4819.4436.4138.24
Hex85553E0243530132426
Octal205125760446560234446
Binary100001011010101111110010010011010111000010011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85553E; }

 p { color: rgb(133,85,62); }

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

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

 a { background-color: rgb(133,85,62); }

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

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

 span { border-color: rgb(133,85,62); }

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