Html Css Color HEX #7E4116 Russet

📋 copy color: '#7E4116'

red 126 ◦ green 65 ◦ blue 22

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

Shades of Russet #7E4116

Tints of Russet #7E4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 59.15%
G = 30.52%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7E4116 (or 0x7E4116) is known color: Russet. HEX triplet: 7E, 41 and 16. RGB value is (126,65,22). Sum of RGB (Red+Green+Blue) = 126+65+22=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4116 is #81BEE9. Grayscale: #4E4E4E. Windows color (decimal): -8503018 or 1458558. OLE color: 1458558.

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

Color convert

RGB 126 65 22 -
CMYK 0 0.48 0.83 0.51
HSL 24.81º 0.7% 0.29% -
HSV(B) 24.81º 0.83% 0.49% -
XYZ 10.64 8.27 1.8 -
YUV 78.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 126 65 22 0 0.48 0.83 0.51 24.81 0.7 0.29
Hex 7E 41 16 0 30 53 33 19 46 1D
Octal 176 101 26 0 60 123 63 31 106 35
Binary 1111110 1000001 10110 0 110000 1010011 110011 11001 1000110 11101

Color Harmonies of #7E4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4116

Black with #7E4116

Text Example


Text Example

White with #7E4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,65,22); }

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

background-color css

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

 a { background-color: rgb(126,65,22); }

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

border-color css

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

 span { border-color: rgb(126,65,22); }

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