Html Css Color HEX #86473B Nutmeg

📋 copy color: '#86473B'

red 134 ◦ green 71 ◦ blue 59

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

Shades of Nutmeg #86473B

Tints of Nutmeg #86473B

RGB

 RED value IS 134 (52.73% from 255) = 50.76%

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

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

R = 50.76%
G = 26.89%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86473B (or 0x86473B) is known color: Nutmeg. HEX triplet: 86, 47 and 3B. RGB value is (134,71,59). Sum of RGB (Red+Green+Blue) = 134+71+59=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86473B is #79B8C4. Grayscale: #585858. Windows color (decimal): -7977157 or 3884934. OLE color: 3884934.

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

Color convert

RGB 134 71 59 -
CMYK 0 0.47 0.56 0.47
HSL 9.6º 0.39% 0.38% -
HSV(B) 9.6º 0.56% 0.53% -
XYZ 12.87 9.89 5.37 -
YUV 88.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 134 71 59 0 0.47 0.56 0.47 9.6 0.39 0.38
Hex 86 47 3B 0 2F 38 2F A 27 26
Octal 206 107 73 0 57 70 57 12 47 46
Binary 10000110 1000111 111011 0 101111 111000 101111 1010 100111 100110

Color Harmonies of #86473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86473B

Black with #86473B

Text Example


Text Example

White with #86473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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