Html Css Color HEX #80483C Nutmeg

📋 copy color: '#80483C'

red 128 ◦ green 72 ◦ blue 60

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

Shades of Nutmeg #80483C

Tints of Nutmeg #80483C

RGB

 RED value IS 128 (50.39% from 255) = 49.23%

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

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

R = 49.23%
G = 27.69%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80483C (or 0x80483C) is known color: Nutmeg. HEX triplet: 80, 48 and 3C. RGB value is (128,72,60). Sum of RGB (Red+Green+Blue) = 128+72+60=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80483C is #7FB7C3. Grayscale: #575757. Windows color (decimal): -8370116 or 3950720. OLE color: 3950720.

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

Color convert

RGB 128 72 60 -
CMYK 0 0.44 0.53 0.50
HSL 10.59º 0.36% 0.37% -
HSV(B) 10.59º 0.53% 0.5% -
XYZ 12.04 9.55 5.48 -
YUV 87.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 128 72 60 0 0.44 0.53 0.50 10.59 0.36 0.37
Hex 80 48 3C 0 2C 35 32 B 24 25
Octal 200 110 74 0 54 65 62 13 44 45
Binary 10000000 1001000 111100 0 101100 110101 110010 1011 100100 100101

Color Harmonies of #80483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80483C

Black with #80483C

Text Example


Text Example

White with #80483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,72,60); }

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

background-color css

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

 a { background-color: rgb(128,72,60); }

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

border-color css

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

 span { border-color: rgb(128,72,60); }

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