#85493B

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

Shades of Nutmeg #85493B

Tints of Nutmeg #85493B

Color information

#85493B (or 0x85493B) is unknown color: approx Nutmeg. HEX triplet: 85, 49 and 3B. RGB value is (133,73,59). Sum of RGB (Red+Green+Blue) = 133+73+59=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85493B is #7AB6C4. Grayscale: #595959. Windows color (decimal): -8042181 or 3885445. OLE color: 3885445.

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

Color convert

RGB1337359-
CMYK00.450.560.48
HSL11.35º38.54%37.65%-
HSV(B)11.35º55.64%52.16%-
XYZ12.8410.075.4-
YUV89.34110.88159.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=50.19%
G=27.55%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133735900.450.560.4811.3538.5437.65
Hex85493B02D3830b2726
Octal205111730557060134746
Binary10000101100100111101101011011110001100001011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85493B; }

 p { color: rgb(133,73,59); }

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

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

 a { background-color: rgb(133,73,59); }

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

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

 span { border-color: rgb(133,73,59); }

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