Html Css Color HEX #7D4919 Russet

📋 copy color: '#7D4919'

red 125 ◦ green 73 ◦ blue 25

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

Shades of Russet #7D4919

Tints of Russet #7D4919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 56.05%
G = 32.74%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D4919 (or 0x7D4919) is known color: Russet. HEX triplet: 7D, 49 and 19. RGB value is (125,73,25). Sum of RGB (Red+Green+Blue) = 125+73+25=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4919 is #82B6E6. Grayscale: #535353. Windows color (decimal): -8566503 or 1657213. OLE color: 1657213.

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

Color convert

RGB 125 73 25 -
CMYK 0 0.42 0.8 0.51
HSL 28.8º 0.67% 0.29% -
HSV(B) 28.8º 0.8% 0.49% -
XYZ 11.02 9.2 2.11 -
YUV 83.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 125 73 25 0 0.42 0.8 0.51 28.8 0.67 0.29
Hex 7D 49 19 0 2A 50 33 1D 43 1D
Octal 175 111 31 0 52 120 63 35 103 35
Binary 1111101 1001001 11001 0 101010 1010000 110011 11101 1000011 11101

Color Harmonies of #7D4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4919

Black with #7D4919

Text Example


Text Example

White with #7D4919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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