Html Css Color HEX #82493D Nutmeg

📋 copy color: '#82493D'

red 130 ◦ green 73 ◦ blue 61

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

Shades of Nutmeg #82493D

Tints of Nutmeg #82493D

RGB

 RED value IS 130 (51.17% from 255) = 49.24%

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

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

R = 49.24%
G = 27.65%
B = 23.11%

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

#82493D (or 0x82493D) is known color: Nutmeg. HEX triplet: 82, 49 and 3D. RGB value is (130,73,61). Sum of RGB (Red+Green+Blue) = 130+73+61=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493D is #7DB6C2. Grayscale: #585858. Windows color (decimal): -8238787 or 4016514. OLE color: 4016514.

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

Color convert

RGB 130 73 61 -
CMYK 0 0.44 0.53 0.49
HSL 10.43º 0.36% 0.37% -
HSV(B) 10.43º 0.53% 0.51% -
XYZ 12.43 9.85 5.66 -
YUV 88.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 130 73 61 0 0.44 0.53 0.49 10.43 0.36 0.37
Hex 82 49 3D 0 2C 35 31 A 24 25
Octal 202 111 75 0 54 65 61 12 44 45
Binary 10000010 1001001 111101 0 101100 110101 110001 1010 100100 100101

Color Harmonies of #82493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82493D

Black with #82493D

Text Example


Text Example

White with #82493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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