Html Css Color HEX #7D4A1C Russet

📋 copy color: '#7D4A1C'

red 125 ◦ green 74 ◦ blue 28

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

Shades of Russet #7D4A1C

Tints of Russet #7D4A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 55.07%
G = 32.6%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D4A1C (or 0x7D4A1C) is known color: Russet. HEX triplet: 7D, 4A and 1C. RGB value is (125,74,28). Sum of RGB (Red+Green+Blue) = 125+74+28=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A1C is #82B5E3. Grayscale: #545454. Windows color (decimal): -8566244 or 1854077. OLE color: 1854077.

HSL color Cylindrical-coordinate representation of color #7D4A1C: hue angle of 28.45º degrees, saturation: 0.63, 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 #7D4A1C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 74 28 -
CMYK 0 0.41 0.78 0.51
HSL 28.45º 0.63% 0.3% -
HSV(B) 28.45º 0.78% 0.49% -
XYZ 11.12 9.34 2.32 -
YUV 84.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 125 74 28 0 0.41 0.78 0.51 28.45 0.63 0.3
Hex 7D 4A 1C 0 29 4E 33 1C 3F 1E
Octal 175 112 34 0 51 116 63 34 77 36
Binary 1111101 1001010 11100 0 101001 1001110 110011 11100 111111 11110

Color Harmonies of #7D4A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A1C

Black with #7D4A1C

Text Example


Text Example

White with #7D4A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,28); }

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

background-color css

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

 a { background-color: rgb(125,74,28); }

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

border-color css

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

 span { border-color: rgb(125,74,28); }

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