Html Css Color HEX #83493C Nutmeg

📋 copy color: '#83493C'

red 131 ◦ green 73 ◦ blue 60

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

Shades of Nutmeg #83493C

Tints of Nutmeg #83493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 49.62%
G = 27.65%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83493C (or 0x83493C) is known color: Nutmeg. HEX triplet: 83, 49 and 3C. RGB value is (131,73,60). Sum of RGB (Red+Green+Blue) = 131+73+60=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83493C is #7CB6C3. Grayscale: #585858. Windows color (decimal): -8173252 or 3950979. OLE color: 3950979.

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

Color convert

RGB 131 73 60 -
CMYK 0 0.44 0.54 0.49
HSL 10.99º 0.37% 0.37% -
HSV(B) 10.99º 0.54% 0.51% -
XYZ 12.56 9.92 5.53 -
YUV 88.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 131 73 60 0 0.44 0.54 0.49 10.99 0.37 0.37
Hex 83 49 3C 0 2C 36 31 B 25 25
Octal 203 111 74 0 54 66 61 13 45 45
Binary 10000011 1001001 111100 0 101100 110110 110001 1011 100101 100101

Color Harmonies of #83493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83493C

Black with #83493C

Text Example


Text Example

White with #83493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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