Html Css Color HEX #7D491F Russet

📋 copy color: '#7D491F'

red 125 ◦ green 73 ◦ blue 31

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

Shades of Russet #7D491F

Tints of Russet #7D491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 54.59%
G = 31.88%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7D491F (or 0x7D491F) is known color: Russet. HEX triplet: 7D, 49 and 1F. RGB value is (125,73,31). Sum of RGB (Red+Green+Blue) = 125+73+31=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D491F is #82B6E0. Grayscale: #535353. Windows color (decimal): -8566497 or 2050429. OLE color: 2050429.

HSL color Cylindrical-coordinate representation of color #7D491F: hue angle of 26.81º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D491F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 73 31 -
CMYK 0 0.42 0.75 0.51
HSL 26.81º 0.6% 0.31% -
HSV(B) 26.81º 0.75% 0.49% -
XYZ 11.09 9.22 2.49 -
YUV 83.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 125 73 31 0 0.42 0.75 0.51 26.81 0.6 0.31
Hex 7D 49 1F 0 2A 4B 33 1B 3C 1F
Octal 175 111 37 0 52 113 63 33 74 37
Binary 1111101 1001001 11111 0 101010 1001011 110011 11011 111100 11111

Color Harmonies of #7D491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D491F

Black with #7D491F

Text Example


Text Example

White with #7D491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,31); }

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

background-color css

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

 a { background-color: rgb(125,73,31); }

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

border-color css

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

 span { border-color: rgb(125,73,31); }

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