Html Css Color HEX #83493D Nutmeg

📋 copy color: '#83493D'

red 131 ◦ green 73 ◦ blue 61

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

Shades of Nutmeg #83493D

Tints of Nutmeg #83493D

RGB

 RED value IS 131 (51.56% from 255) = 49.43%

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 49.43%
G = 27.55%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83493D (or 0x83493D) is known color: Nutmeg. HEX triplet: 83, 49 and 3D. RGB value is (131,73,61). Sum of RGB (Red+Green+Blue) = 131+73+61=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83493D is #7CB6C2. Grayscale: #595959. Windows color (decimal): -8173251 or 4016515. OLE color: 4016515.

HSL color Cylindrical-coordinate representation of color #83493D: hue angle of 10.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83493D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 61 -
CMYK 0 0.44 0.53 0.49
HSL 10.29º 0.36% 0.38% -
HSV(B) 10.29º 0.53% 0.51% -
XYZ 12.58 9.93 5.67 -
YUV 88.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 131 73 61 0 0.44 0.53 0.49 10.29 0.36 0.38
Hex 83 49 3D 0 2C 35 31 A 24 26
Octal 203 111 75 0 54 65 61 12 44 46
Binary 10000011 1001001 111101 0 101100 110101 110001 1010 100100 100110

Color Harmonies of #83493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83493D

Black with #83493D

Text Example


Text Example

White with #83493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83493D; }

 p { color: rgb(131,73,61); }

 H1.HeaderClassName
 {
   color: #83493D;
 }
 .AnyTagClassName
 {
   color: #83493D;
 }
</style>

background-color css

<style>
 a { background-color: #83493D; }

 a { background-color: rgb(131,73,61); }

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

border-color css

<style>
 span { border-color: #83493D; }

 span { border-color: rgb(131,73,61); }

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