Html Css Color HEX #7F4816 Russet

📋 copy color: '#7F4816'

red 127 ◦ green 72 ◦ blue 22

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

Shades of Russet #7F4816

Tints of Russet #7F4816

RGB

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

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

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

R = 57.47%
G = 32.58%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F4816 (or 0x7F4816) is known color: Russet. HEX triplet: 7F, 48 and 16. RGB value is (127,72,22). Sum of RGB (Red+Green+Blue) = 127+72+22=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4816 is #80B7E9. Grayscale: #535353. Windows color (decimal): -8435690 or 1460351. OLE color: 1460351.

HSL color Cylindrical-coordinate representation of color #7F4816: hue angle of 28.57º 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 #7F4816 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 22 -
CMYK 0 0.43 0.83 0.50
HSL 28.57º 0.7% 0.29% -
HSV(B) 28.57º 0.83% 0.5% -
XYZ 11.21 9.2 1.94 -
YUV 82.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 127 72 22 0 0.43 0.83 0.50 28.57 0.7 0.29
Hex 7F 48 16 0 2B 53 32 1D 46 1D
Octal 177 110 26 0 53 123 62 35 106 35
Binary 1111111 1001000 10110 0 101011 1010011 110010 11101 1000110 11101

Color Harmonies of #7F4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4816

Black with #7F4816

Text Example


Text Example

White with #7F4816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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