Html Css Color HEX #83483F Nutmeg

📋 copy color: '#83483F'

red 131 ◦ green 72 ◦ blue 63

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

Shades of Nutmeg #83483F

Tints of Nutmeg #83483F

RGB

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

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

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

R = 49.25%
G = 27.07%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83483F (or 0x83483F) is known color: Nutmeg. HEX triplet: 83, 48 and 3F. RGB value is (131,72,63). Sum of RGB (Red+Green+Blue) = 131+72+63=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #83483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83483F is #7CB7C0. Grayscale: #585858. Windows color (decimal): -8173505 or 4147331. OLE color: 4147331.

HSL color Cylindrical-coordinate representation of color #83483F: hue angle of 7.94º 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 #83483F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 63 -
CMYK 0 0.45 0.52 0.49
HSL 7.94º 0.35% 0.38% -
HSV(B) 7.94º 0.52% 0.51% -
XYZ 12.57 9.82 5.94 -
YUV 88.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 131 72 63 0 0.45 0.52 0.49 7.94 0.35 0.38
Hex 83 48 3F 0 2D 34 31 8 23 26
Octal 203 110 77 0 55 64 61 10 43 46
Binary 10000011 1001000 111111 0 101101 110100 110001 1000 100011 100110

Color Harmonies of #83483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83483F

Black with #83483F

Text Example


Text Example

White with #83483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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