Html Css Color HEX #85473A Nutmeg

📋 copy color: '#85473A'

red 133 ◦ green 71 ◦ blue 58

#85473A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nutmeg #85473A

Tints of Nutmeg #85473A

RGB

 RED value IS 133 (52.34% from 255) = 50.76%

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 50.76%
G = 27.1%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85473A (or 0x85473A) is known color: Nutmeg. HEX triplet: 85, 47 and 3A. RGB value is (133,71,58). Sum of RGB (Red+Green+Blue) = 133+71+58=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85473A is #7AB8C5. Grayscale: #585858. Windows color (decimal): -8042694 or 3819397. OLE color: 3819397.

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

Color convert

RGB 133 71 58 -
CMYK 0 0.47 0.56 0.48
HSL 10.4º 0.39% 0.37% -
HSV(B) 10.4º 0.56% 0.52% -
XYZ 12.69 9.8 5.23 -
YUV 88.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 133 71 58 0 0.47 0.56 0.48 10.4 0.39 0.37
Hex 85 47 3A 0 2F 38 30 A 27 25
Octal 205 107 72 0 57 70 60 12 47 45
Binary 10000101 1000111 111010 0 101111 111000 110000 1010 100111 100101

Color Harmonies of #85473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85473A

Black with #85473A

Text Example


Text Example

White with #85473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85473A;
 }
 .AnyTagClassName
 {
   color: #85473A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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