Html Css Color HEX #82493B Nutmeg

📋 copy color: '#82493B'

red 130 ◦ green 73 ◦ blue 59

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

Shades of Nutmeg #82493B

Tints of Nutmeg #82493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 49.62%
G = 27.86%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82493B (or 0x82493B) is known color: Nutmeg. HEX triplet: 82, 49 and 3B. RGB value is (130,73,59). Sum of RGB (Red+Green+Blue) = 130+73+59=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493B is #7DB6C4. Grayscale: #585858. Windows color (decimal): -8238789 or 3885442. OLE color: 3885442.

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

Color convert

RGB 130 73 59 -
CMYK 0 0.44 0.55 0.49
HSL 11.83º 0.38% 0.37% -
HSV(B) 11.83º 0.55% 0.51% -
XYZ 12.38 9.83 5.38 -
YUV 88.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 130 73 59 0 0.44 0.55 0.49 11.83 0.38 0.37
Hex 82 49 3B 0 2C 37 31 C 26 25
Octal 202 111 73 0 54 67 61 14 46 45
Binary 10000010 1001001 111011 0 101100 110111 110001 1100 100110 100101

Color Harmonies of #82493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82493B

Black with #82493B

Text Example


Text Example

White with #82493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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