Html Css Color HEX #7F491B Russet

📋 copy color: '#7F491B'

red 127 ◦ green 73 ◦ blue 27

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

Shades of Russet #7F491B

Tints of Russet #7F491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 55.95%
G = 32.16%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#7F491B (or 0x7F491B) is known color: Russet. HEX triplet: 7F, 49 and 1B. RGB value is (127,73,27). Sum of RGB (Red+Green+Blue) = 127+73+27=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F491B is #80B6E4. Grayscale: #545454. Windows color (decimal): -8435429 or 1788287. OLE color: 1788287.

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

Color convert

RGB 127 73 27 -
CMYK 0 0.43 0.79 0.50
HSL 27.6º 0.65% 0.3% -
HSV(B) 27.6º 0.79% 0.5% -
XYZ 11.33 9.36 2.25 -
YUV 83.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 127 73 27 0 0.43 0.79 0.50 27.6 0.65 0.3
Hex 7F 49 1B 0 2B 4F 32 1C 41 1E
Octal 177 111 33 0 53 117 62 34 101 36
Binary 1111111 1001001 11011 0 101011 1001111 110010 11100 1000001 11110

Color Harmonies of #7F491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F491B

Black with #7F491B

Text Example


Text Example

White with #7F491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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