Html Css Color HEX #7D4524 Russet

📋 copy color: '#7D4524'

red 125 ◦ green 69 ◦ blue 36

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

Shades of Russet #7D4524

Tints of Russet #7D4524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.65%

R = 54.35%
G = 30%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7D4524 (or 0x7D4524) is known color: Russet. HEX triplet: 7D, 45 and 24. RGB value is (125,69,36). Sum of RGB (Red+Green+Blue) = 125+69+36=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4524 is #82BADB. Grayscale: #525252. Windows color (decimal): -8567516 or 2377085. OLE color: 2377085.

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

Color convert

RGB 125 69 36 -
CMYK 0 0.45 0.71 0.51
HSL 22.25º 0.55% 0.32% -
HSV(B) 22.25º 0.71% 0.49% -
XYZ 10.9 8.74 2.78 -
YUV 81.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 125 69 36 0 0.45 0.71 0.51 22.25 0.55 0.32
Hex 7D 45 24 0 2D 47 33 16 37 20
Octal 175 105 44 0 55 107 63 26 67 40
Binary 1111101 1000101 100100 0 101101 1000111 110011 10110 110111 100000

Color Harmonies of #7D4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4524

Black with #7D4524

Text Example


Text Example

White with #7D4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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