Html Css Color HEX #7D4211 Russet

📋 copy color: '#7D4211'

red 125 ◦ green 66 ◦ blue 17

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

Shades of Russet #7D4211

Tints of Russet #7D4211

RGB

 RED value IS 125 (49.22% from 255) = 60.1%

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 60.1%
G = 31.73%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D4211 (or 0x7D4211) is known color: Russet. HEX triplet: 7D, 42 and 11. RGB value is (125,66,17). Sum of RGB (Red+Green+Blue) = 125+66+17=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4211 is #82BDEE. Grayscale: #4E4E4E. Windows color (decimal): -8568303 or 1131133. OLE color: 1131133.

HSL color Cylindrical-coordinate representation of color #7D4211: hue angle of 27.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D4211 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 66 17 -
CMYK 0 0.47 0.86 0.51
HSL 27.22º 0.76% 0.28% -
HSV(B) 27.22º 0.86% 0.49% -
XYZ 10.51 8.3 1.58 -
YUV 78.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 125 66 17 0 0.47 0.86 0.51 27.22 0.76 0.28
Hex 7D 42 11 0 2F 56 33 1B 4C 1C
Octal 175 102 21 0 57 126 63 33 114 34
Binary 1111101 1000010 10001 0 101111 1010110 110011 11011 1001100 11100

Color Harmonies of #7D4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4211

Black with #7D4211

Text Example


Text Example

White with #7D4211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,17); }

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

background-color css

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

 a { background-color: rgb(125,66,17); }

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

border-color css

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

 span { border-color: rgb(125,66,17); }

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