Html Css Color HEX #7C4918 Russet

📋 copy color: '#7C4918'

red 124 ◦ green 73 ◦ blue 24

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

Shades of Russet #7C4918

Tints of Russet #7C4918

RGB

 RED value IS 124 (48.83% from 255) = 56.11%

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 56.11%
G = 33.03%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C4918 (or 0x7C4918) is known color: Russet. HEX triplet: 7C, 49 and 18. RGB value is (124,73,24). Sum of RGB (Red+Green+Blue) = 124+73+24=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4918 is #83B6E7. Grayscale: #525252. Windows color (decimal): -8632040 or 1591676. OLE color: 1591676.

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

Color convert

RGB 124 73 24 -
CMYK 0 0.41 0.81 0.51
HSL 29.4º 0.68% 0.29% -
HSV(B) 29.4º 0.81% 0.49% -
XYZ 10.86 9.12 2.05 -
YUV 82.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 124 73 24 0 0.41 0.81 0.51 29.4 0.68 0.29
Hex 7C 49 18 0 29 51 33 1D 44 1D
Octal 174 111 30 0 51 121 63 35 104 35
Binary 1111100 1001001 11000 0 101001 1010001 110011 11101 1000100 11101

Color Harmonies of #7C4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4918

Black with #7C4918

Text Example


Text Example

White with #7C4918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,24); }

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

background-color css

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

 a { background-color: rgb(124,73,24); }

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

border-color css

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

 span { border-color: rgb(124,73,24); }

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