Html Css Color HEX #82493F Nutmeg

📋 copy color: '#82493F'

red 130 ◦ green 73 ◦ blue 63

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

Shades of Nutmeg #82493F

Tints of Nutmeg #82493F

RGB

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

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

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

R = 48.87%
G = 27.44%
B = 23.68%

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

#82493F (or 0x82493F) is known color: Nutmeg. HEX triplet: 82, 49 and 3F. RGB value is (130,73,63). Sum of RGB (Red+Green+Blue) = 130+73+63=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #82493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493F is #7DB6C0. Grayscale: #595959. Windows color (decimal): -8238785 or 4147586. OLE color: 4147586.

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

Color convert

RGB 130 73 63 -
CMYK 0 0.44 0.52 0.49
HSL 8.96º 0.35% 0.38% -
HSV(B) 8.96º 0.52% 0.51% -
XYZ 12.49 9.87 5.95 -
YUV 88.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 130 73 63 0 0.44 0.52 0.49 8.96 0.35 0.38
Hex 82 49 3F 0 2C 34 31 9 23 26
Octal 202 111 77 0 54 64 61 11 43 46
Binary 10000010 1001001 111111 0 101100 110100 110001 1001 100011 100110

Color Harmonies of #82493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82493F

Black with #82493F

Text Example


Text Example

White with #82493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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