#85473D

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

Shades of Nutmeg #85473D

Tints of Nutmeg #85473D

Color information

#85473D (or 0x85473D) is unknown color: approx Nutmeg. HEX triplet: 85, 47 and 3D. RGB value is (133,71,61). Sum of RGB (Red+Green+Blue) = 133+71+61=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85473D is #7AB8C2. Grayscale: #585858. Windows color (decimal): -8042691 or 4016005. OLE color: 4016005.

HSL color Cylindrical-coordinate representation of color #85473D: hue angle of 8.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85473D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1337161-
CMYK00.470.540.48
HSL8.33º37.11%38.04%-
HSV(B)8.33º54.14%52.16%-
XYZ12.779.835.64-
YUV88.4112.54159.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=50.19%
G=26.79%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133716100.470.540.488.3337.1138.04
Hex85473D02F363082526
Octal205107750576660104546
Binary10000101100011111110101011111101101100001000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85473D; }

 p { color: rgb(133,71,61); }

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

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

 a { background-color: rgb(133,71,61); }

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

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

 span { border-color: rgb(133,71,61); }

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