Html Css Color HEX #85473B Nutmeg

📋 copy color: '#85473B'

red 133 ◦ green 71 ◦ blue 59

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

Shades of Nutmeg #85473B

Tints of Nutmeg #85473B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 50.57%
G = 27%
B = 22.43%

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

#85473B (or 0x85473B) is known color: Nutmeg. HEX triplet: 85, 47 and 3B. RGB value is (133,71,59). Sum of RGB (Red+Green+Blue) = 133+71+59=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85473B is #7AB8C4. Grayscale: #585858. Windows color (decimal): -8042693 or 3884933. OLE color: 3884933.

HSL color Cylindrical-coordinate representation of color #85473B: hue angle of 9.73º 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 #85473B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 59 -
CMYK 0 0.47 0.56 0.48
HSL 9.73º 0.39% 0.38% -
HSV(B) 9.73º 0.56% 0.52% -
XYZ 12.72 9.81 5.36 -
YUV 88.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 133 71 59 0 0.47 0.56 0.48 9.73 0.39 0.38
Hex 85 47 3B 0 2F 38 30 A 27 26
Octal 205 107 73 0 57 70 60 12 47 46
Binary 10000101 1000111 111011 0 101111 111000 110000 1010 100111 100110

Color Harmonies of #85473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85473B

Black with #85473B

Text Example


Text Example

White with #85473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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