Html Css Color HEX #7D4518 Russet

📋 copy color: '#7D4518'

red 125 ◦ green 69 ◦ blue 24

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

Shades of Russet #7D4518

Tints of Russet #7D4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 57.34%
G = 31.65%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D4518 (or 0x7D4518) is known color: Russet. HEX triplet: 7D, 45 and 18. RGB value is (125,69,24). Sum of RGB (Red+Green+Blue) = 125+69+24=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4518 is #82BAE7. Grayscale: #505050. Windows color (decimal): -8567528 or 1590653. OLE color: 1590653.

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

Color convert

RGB 125 69 24 -
CMYK 0 0.45 0.81 0.51
HSL 26.73º 0.68% 0.29% -
HSV(B) 26.73º 0.81% 0.49% -
XYZ 10.75 8.68 1.97 -
YUV 80.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 125 69 24 0 0.45 0.81 0.51 26.73 0.68 0.29
Hex 7D 45 18 0 2D 51 33 1B 44 1D
Octal 175 105 30 0 55 121 63 33 104 35
Binary 1111101 1000101 11000 0 101101 1010001 110011 11011 1000100 11101

Color Harmonies of #7D4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4518

Black with #7D4518

Text Example


Text Example

White with #7D4518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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