Html Css Color HEX #7C491F Russet

📋 copy color: '#7C491F'

red 124 ◦ green 73 ◦ blue 31

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

Shades of Russet #7C491F

Tints of Russet #7C491F

RGB

 RED value IS 124 (48.83% from 255) = 54.39%

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

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

R = 54.39%
G = 32.02%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C491F (or 0x7C491F) is known color: Russet. HEX triplet: 7C, 49 and 1F. RGB value is (124,73,31). Sum of RGB (Red+Green+Blue) = 124+73+31=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C491F is #83B6E0. Grayscale: #535353. Windows color (decimal): -8632033 or 2050428. OLE color: 2050428.

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

Color convert

RGB 124 73 31 -
CMYK 0 0.41 0.75 0.51
HSL 27.1º 0.6% 0.3% -
HSV(B) 27.1º 0.75% 0.49% -
XYZ 10.94 9.15 2.49 -
YUV 83.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 124 73 31 0 0.41 0.75 0.51 27.1 0.6 0.3
Hex 7C 49 1F 0 29 4B 33 1B 3C 1E
Octal 174 111 37 0 51 113 63 33 74 36
Binary 1111100 1001001 11111 0 101001 1001011 110011 11011 111100 11110

Color Harmonies of #7C491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C491F

Black with #7C491F

Text Example


Text Example

White with #7C491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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