Html Css Color HEX #84493B Nutmeg

📋 copy color: '#84493B'

red 132 ◦ green 73 ◦ blue 59

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

Shades of Nutmeg #84493B

Tints of Nutmeg #84493B

RGB

 RED value IS 132 (51.95% from 255) = 50%

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 50%
G = 27.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84493B (or 0x84493B) is known color: Nutmeg. HEX triplet: 84, 49 and 3B. RGB value is (132,73,59). Sum of RGB (Red+Green+Blue) = 132+73+59=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84493B is #7BB6C4. Grayscale: #595959. Windows color (decimal): -8107717 or 3885444. OLE color: 3885444.

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

Color convert

RGB 132 73 59 -
CMYK 0 0.45 0.55 0.48
HSL 11.51º 0.38% 0.37% -
HSV(B) 11.51º 0.55% 0.52% -
XYZ 12.69 9.99 5.4 -
YUV 89.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 132 73 59 0 0.45 0.55 0.48 11.51 0.38 0.37
Hex 84 49 3B 0 2D 37 30 C 26 25
Octal 204 111 73 0 55 67 60 14 46 45
Binary 10000100 1001001 111011 0 101101 110111 110000 1100 100110 100101

Color Harmonies of #84493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84493B

Black with #84493B

Text Example


Text Example

White with #84493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,73,59); }

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

background-color css

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

 a { background-color: rgb(132,73,59); }

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

border-color css

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

 span { border-color: rgb(132,73,59); }

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