Html Css Color HEX #7F4516 Russet

📋 copy color: '#7F4516'

red 127 ◦ green 69 ◦ blue 22

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

Shades of Russet #7F4516

Tints of Russet #7F4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 58.26%
G = 31.65%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F4516 (or 0x7F4516) is known color: Russet. HEX triplet: 7F, 45 and 16. RGB value is (127,69,22). Sum of RGB (Red+Green+Blue) = 127+69+22=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4516 is #80BAE9. Grayscale: #515151. Windows color (decimal): -8436458 or 1459583. OLE color: 1459583.

HSL color Cylindrical-coordinate representation of color #7F4516: hue angle of 26.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F4516 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 69 22 -
CMYK 0 0.46 0.83 0.50
HSL 26.86º 0.7% 0.29% -
HSV(B) 26.86º 0.83% 0.5% -
XYZ 11.03 8.83 1.88 -
YUV 80.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 127 69 22 0 0.46 0.83 0.50 26.86 0.7 0.29
Hex 7F 45 16 0 2E 53 32 1B 46 1D
Octal 177 105 26 0 56 123 62 33 106 35
Binary 1111111 1000101 10110 0 101110 1010011 110010 11011 1000110 11101

Color Harmonies of #7F4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4516

Black with #7F4516

Text Example


Text Example

White with #7F4516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,69,22); }

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

background-color css

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

 a { background-color: rgb(127,69,22); }

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

border-color css

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

 span { border-color: rgb(127,69,22); }

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