Html Css Color HEX #86483B Nutmeg

📋 copy color: '#86483B'

red 134 ◦ green 72 ◦ blue 59

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

Shades of Nutmeg #86483B

Tints of Nutmeg #86483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 50.57%
G = 27.17%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86483B (or 0x86483B) is known color: Nutmeg. HEX triplet: 86, 48 and 3B. RGB value is (134,72,59). Sum of RGB (Red+Green+Blue) = 134+72+59=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86483B is #79B7C4. Grayscale: #595959. Windows color (decimal): -7976901 or 3885190. OLE color: 3885190.

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

Color convert

RGB 134 72 59 -
CMYK 0 0.46 0.56 0.47
HSL 10.4º 0.39% 0.38% -
HSV(B) 10.4º 0.56% 0.53% -
XYZ 12.94 10.02 5.39 -
YUV 89.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 134 72 59 0 0.46 0.56 0.47 10.4 0.39 0.38
Hex 86 48 3B 0 2E 38 2F A 27 26
Octal 206 110 73 0 56 70 57 12 47 46
Binary 10000110 1001000 111011 0 101110 111000 101111 1010 100111 100110

Color Harmonies of #86483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86483B

Black with #86483B

Text Example


Text Example

White with #86483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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