Html Css Color HEX #7F491A Russet

📋 copy color: '#7F491A'

red 127 ◦ green 73 ◦ blue 26

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

Shades of Russet #7F491A

Tints of Russet #7F491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 56.19%
G = 32.3%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F491A (or 0x7F491A) is known color: Russet. HEX triplet: 7F, 49 and 1A. RGB value is (127,73,26). Sum of RGB (Red+Green+Blue) = 127+73+26=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F491A is #80B6E5. Grayscale: #545454. Windows color (decimal): -8435430 or 1722751. OLE color: 1722751.

HSL color Cylindrical-coordinate representation of color #7F491A: hue angle of 27.92º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F491A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 26 -
CMYK 0 0.43 0.80 0.50
HSL 27.92º 0.66% 0.3% -
HSV(B) 27.92º 0.8% 0.5% -
XYZ 11.32 9.35 2.19 -
YUV 83.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 127 73 26 0 0.43 0.80 0.50 27.92 0.66 0.3
Hex 7F 49 1A 0 2B 50 32 1C 42 1E
Octal 177 111 32 0 53 120 62 34 102 36
Binary 1111111 1001001 11010 0 101011 1010000 110010 11100 1000010 11110

Color Harmonies of #7F491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F491A

Black with #7F491A

Text Example


Text Example

White with #7F491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,26); }

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

background-color css

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

 a { background-color: rgb(127,73,26); }

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

border-color css

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

 span { border-color: rgb(127,73,26); }

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