Html Css Color HEX #85473C Nutmeg

📋 copy color: '#85473C'

red 133 ◦ green 71 ◦ blue 60

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

Shades of Nutmeg #85473C

Tints of Nutmeg #85473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 50.38%
G = 26.89%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85473C (or 0x85473C) is known color: Nutmeg. HEX triplet: 85, 47 and 3C. RGB value is (133,71,60). Sum of RGB (Red+Green+Blue) = 133+71+60=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85473C is #7AB8C3. Grayscale: #585858. Windows color (decimal): -8042692 or 3950469. OLE color: 3950469.

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

Color convert

RGB 133 71 60 -
CMYK 0 0.47 0.55 0.48
HSL 9.04º 0.38% 0.38% -
HSV(B) 9.04º 0.55% 0.52% -
XYZ 12.74 9.82 5.5 -
YUV 88.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 133 71 60 0 0.47 0.55 0.48 9.04 0.38 0.38
Hex 85 47 3C 0 2F 37 30 9 26 26
Octal 205 107 74 0 57 67 60 11 46 46
Binary 10000101 1000111 111100 0 101111 110111 110000 1001 100110 100110

Color Harmonies of #85473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85473C

Black with #85473C

Text Example


Text Example

White with #85473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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