Html Css Color HEX #7F473A Nutmeg

📋 copy color: '#7F473A'

red 127 ◦ green 71 ◦ blue 58

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

Shades of Nutmeg #7F473A

Tints of Nutmeg #7F473A

RGB

 RED value IS 127 (50% from 255) = 49.61%

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 49.61%
G = 27.73%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F473A (or 0x7F473A) is known color: Nutmeg. HEX triplet: 7F, 47 and 3A. RGB value is (127,71,58). Sum of RGB (Red+Green+Blue) = 127+71+58=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F473A is #80B8C5. Grayscale: #565656. Windows color (decimal): -8435910 or 3819391. OLE color: 3819391.

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

Color convert

RGB 127 71 58 -
CMYK 0 0.44 0.54 0.50
HSL 11.3º 0.37% 0.36% -
HSV(B) 11.3º 0.54% 0.5% -
XYZ 11.77 9.32 5.18 -
YUV 86.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 127 71 58 0 0.44 0.54 0.50 11.3 0.37 0.36
Hex 7F 47 3A 0 2C 36 32 B 25 24
Octal 177 107 72 0 54 66 62 13 45 44
Binary 1111111 1000111 111010 0 101100 110110 110010 1011 100101 100100

Color Harmonies of #7F473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F473A

Black with #7F473A

Text Example


Text Example

White with #7F473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F473A; }

 p { color: rgb(127,71,58); }

 H1.HeaderClassName
 {
   color: #7F473A;
 }
 .AnyTagClassName
 {
   color: #7F473A;
 }
</style>

background-color css

<style>
 a { background-color: #7F473A; }

 a { background-color: rgb(127,71,58); }

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

border-color css

<style>
 span { border-color: #7F473A; }

 span { border-color: rgb(127,71,58); }

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