Html Css Color HEX #83483D Nutmeg

📋 copy color: '#83483D'

red 131 ◦ green 72 ◦ blue 61

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

Shades of Nutmeg #83483D

Tints of Nutmeg #83483D

RGB

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

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

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

R = 49.62%
G = 27.27%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83483D (or 0x83483D) is known color: Nutmeg. HEX triplet: 83, 48 and 3D. RGB value is (131,72,61). Sum of RGB (Red+Green+Blue) = 131+72+61=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83483D is #7CB7C2. Grayscale: #585858. Windows color (decimal): -8173507 or 4016259. OLE color: 4016259.

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

Color convert

RGB 131 72 61 -
CMYK 0 0.45 0.53 0.49
HSL 9.43º 0.36% 0.38% -
HSV(B) 9.43º 0.53% 0.51% -
XYZ 12.52 9.8 5.65 -
YUV 88.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 131 72 61 0 0.45 0.53 0.49 9.43 0.36 0.38
Hex 83 48 3D 0 2D 35 31 9 24 26
Octal 203 110 75 0 55 65 61 11 44 46
Binary 10000011 1001000 111101 0 101101 110101 110001 1001 100100 100110

Color Harmonies of #83483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83483D

Black with #83483D

Text Example


Text Example

White with #83483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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