Html Css Color HEX #7D4F1B Russet

📋 copy color: '#7D4F1B'

red 125 ◦ green 79 ◦ blue 27

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

Shades of Russet #7D4F1B

Tints of Russet #7D4F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 54.11%
G = 34.2%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D4F1B (or 0x7D4F1B) is known color: Russet. HEX triplet: 7D, 4F and 1B. RGB value is (125,79,27). Sum of RGB (Red+Green+Blue) = 125+79+27=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4F1B is #82B0E4. Grayscale: #575757. Windows color (decimal): -8564965 or 1789821. OLE color: 1789821.

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

Color convert

RGB 125 79 27 -
CMYK 0 0.37 0.78 0.51
HSL 31.84º 0.64% 0.3% -
HSV(B) 31.84º 0.78% 0.49% -
XYZ 11.45 10.03 2.37 -
YUV 86.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 125 79 27 0 0.37 0.78 0.51 31.84 0.64 0.3
Hex 7D 4F 1B 0 25 4E 33 20 40 1E
Octal 175 117 33 0 45 116 63 40 100 36
Binary 1111101 1001111 11011 0 100101 1001110 110011 100000 1000000 11110

Color Harmonies of #7D4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F1B

Black with #7D4F1B

Text Example


Text Example

White with #7D4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,27); }

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

background-color css

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

 a { background-color: rgb(125,79,27); }

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

border-color css

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

 span { border-color: rgb(125,79,27); }

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