Html Css Color HEX #7E4814 Russet

📋 copy color: '#7E4814'

red 126 ◦ green 72 ◦ blue 20

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

Shades of Russet #7E4814

Tints of Russet #7E4814

RGB

 RED value IS 126 (49.61% from 255) = 57.8%

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 57.8%
G = 33.03%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E4814 (or 0x7E4814) is known color: Russet. HEX triplet: 7E, 48 and 14. RGB value is (126,72,20). Sum of RGB (Red+Green+Blue) = 126+72+20=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4814 is #81B7EB. Grayscale: #525252. Windows color (decimal): -8501228 or 1329278. OLE color: 1329278.

HSL color Cylindrical-coordinate representation of color #7E4814: hue angle of 29.43º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E4814 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 72 20 -
CMYK 0 0.43 0.84 0.51
HSL 29.43º 0.73% 0.29% -
HSV(B) 29.43º 0.84% 0.49% -
XYZ 11.05 9.12 1.84 -
YUV 82.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 126 72 20 0 0.43 0.84 0.51 29.43 0.73 0.29
Hex 7E 48 14 0 2B 54 33 1D 49 1D
Octal 176 110 24 0 53 124 63 35 111 35
Binary 1111110 1001000 10100 0 101011 1010100 110011 11101 1001001 11101

Color Harmonies of #7E4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4814

Black with #7E4814

Text Example


Text Example

White with #7E4814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,72,20); }

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

background-color css

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

 a { background-color: rgb(126,72,20); }

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

border-color css

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

 span { border-color: rgb(126,72,20); }

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