Html Css Color HEX #7C3F14 Russet

📋 copy color: '#7C3F14'

red 124 ◦ green 63 ◦ blue 20

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

Shades of Russet #7C3F14

Tints of Russet #7C3F14

RGB

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

 GREEN value IS 63 (25% from 255) = 30.43%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 59.9%
G = 30.43%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C3F14 (or 0x7C3F14) is known color: Russet. HEX triplet: 7C, 3F and 14. RGB value is (124,63,20). Sum of RGB (Red+Green+Blue) = 124+63+20=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3F14 is #83C0EB. Grayscale: #4C4C4C. Windows color (decimal): -8634604 or 1326972. OLE color: 1326972.

HSL color Cylindrical-coordinate representation of color #7C3F14: hue angle of 24.81º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C3F14 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 63 20 -
CMYK 0 0.49 0.84 0.51
HSL 24.81º 0.72% 0.28% -
HSV(B) 24.81º 0.84% 0.49% -
XYZ 10.22 7.89 1.65 -
YUV 76.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 124 63 20 0 0.49 0.84 0.51 24.81 0.72 0.28
Hex 7C 3F 14 0 31 54 33 19 48 1C
Octal 174 77 24 0 61 124 63 31 110 34
Binary 1111100 111111 10100 0 110001 1010100 110011 11001 1001000 11100

Color Harmonies of #7C3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F14

Black with #7C3F14

Text Example


Text Example

White with #7C3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,20); }

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

background-color css

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

 a { background-color: rgb(124,63,20); }

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

border-color css

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

 span { border-color: rgb(124,63,20); }

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