Html Css Color HEX #7D4520 Russet

📋 copy color: '#7D4520'

red 125 ◦ green 69 ◦ blue 32

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

Shades of Russet #7D4520

Tints of Russet #7D4520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 55.31%
G = 30.53%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D4520 (or 0x7D4520) is known color: Russet. HEX triplet: 7D, 45 and 20. RGB value is (125,69,32). Sum of RGB (Red+Green+Blue) = 125+69+32=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4520 is #82BADF. Grayscale: #515151. Windows color (decimal): -8567520 or 2114941. OLE color: 2114941.

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

Color convert

RGB 125 69 32 -
CMYK 0 0.45 0.74 0.51
HSL 23.87º 0.59% 0.31% -
HSV(B) 23.87º 0.74% 0.49% -
XYZ 10.85 8.72 2.48 -
YUV 81.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 125 69 32 0 0.45 0.74 0.51 23.87 0.59 0.31
Hex 7D 45 20 0 2D 4A 33 18 3B 1F
Octal 175 105 40 0 55 112 63 30 73 37
Binary 1111101 1000101 100000 0 101101 1001010 110011 11000 111011 11111

Color Harmonies of #7D4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4520

Black with #7D4520

Text Example


Text Example

White with #7D4520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,69,32); }

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

background-color css

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

 a { background-color: rgb(125,69,32); }

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

border-color css

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

 span { border-color: rgb(125,69,32); }

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