Html Css Color HEX #83493F Nutmeg

📋 copy color: '#83493F'

red 131 ◦ green 73 ◦ blue 63

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

Shades of Nutmeg #83493F

Tints of Nutmeg #83493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 49.06%
G = 27.34%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83493F (or 0x83493F) is known color: Nutmeg. HEX triplet: 83, 49 and 3F. RGB value is (131,73,63). Sum of RGB (Red+Green+Blue) = 131+73+63=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #83493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83493F is #7CB6C0. Grayscale: #595959. Windows color (decimal): -8173249 or 4147587. OLE color: 4147587.

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

Color convert

RGB 131 73 63 -
CMYK 0 0.44 0.52 0.49
HSL 8.82º 0.35% 0.38% -
HSV(B) 8.82º 0.52% 0.51% -
XYZ 12.64 9.95 5.96 -
YUV 89.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 131 73 63 0 0.44 0.52 0.49 8.82 0.35 0.38
Hex 83 49 3F 0 2C 34 31 9 23 26
Octal 203 111 77 0 54 64 61 11 43 46
Binary 10000011 1001001 111111 0 101100 110100 110001 1001 100011 100110

Color Harmonies of #83493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83493F

Black with #83493F

Text Example


Text Example

White with #83493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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