Html Css Color HEX #7D4824 Russet

📋 copy color: '#7D4824'

red 125 ◦ green 72 ◦ blue 36

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

Shades of Russet #7D4824

Tints of Russet #7D4824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 53.65%
G = 30.9%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7D4824 (or 0x7D4824) is known color: Russet. HEX triplet: 7D, 48 and 24. RGB value is (125,72,36). Sum of RGB (Red+Green+Blue) = 125+72+36=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4824 is #82B7DB. Grayscale: #535353. Windows color (decimal): -8566748 or 2377853. OLE color: 2377853.

HSL color Cylindrical-coordinate representation of color #7D4824: hue angle of 24.27º 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 #7D4824 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 36 -
CMYK 0 0.42 0.71 0.51
HSL 24.27º 0.55% 0.32% -
HSV(B) 24.27º 0.71% 0.49% -
XYZ 11.09 9.12 2.85 -
YUV 83.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 125 72 36 0 0.42 0.71 0.51 24.27 0.55 0.32
Hex 7D 48 24 0 2A 47 33 18 37 20
Octal 175 110 44 0 52 107 63 30 67 40
Binary 1111101 1001000 100100 0 101010 1000111 110011 11000 110111 100000

Color Harmonies of #7D4824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4824

Black with #7D4824

Text Example


Text Example

White with #7D4824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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