Html Css Color HEX #82493C Nutmeg

📋 copy color: '#82493C'

red 130 ◦ green 73 ◦ blue 60

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

Shades of Nutmeg #82493C

Tints of Nutmeg #82493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 49.43%
G = 27.76%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82493C (or 0x82493C) is known color: Nutmeg. HEX triplet: 82, 49 and 3C. RGB value is (130,73,60). Sum of RGB (Red+Green+Blue) = 130+73+60=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493C is #7DB6C3. Grayscale: #585858. Windows color (decimal): -8238788 or 3950978. OLE color: 3950978.

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

Color convert

RGB 130 73 60 -
CMYK 0 0.44 0.54 0.49
HSL 11.14º 0.37% 0.37% -
HSV(B) 11.14º 0.54% 0.51% -
XYZ 12.4 9.84 5.52 -
YUV 88.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 130 73 60 0 0.44 0.54 0.49 11.14 0.37 0.37
Hex 82 49 3C 0 2C 36 31 B 25 25
Octal 202 111 74 0 54 66 61 13 45 45
Binary 10000010 1001001 111100 0 101100 110110 110001 1011 100101 100101

Color Harmonies of #82493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82493C

Black with #82493C

Text Example


Text Example

White with #82493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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