Html Css Color HEX #7C3D16 Russet

📋 copy color: '#7C3D16'

red 124 ◦ green 61 ◦ blue 22

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

Shades of Russet #7C3D16

Tints of Russet #7C3D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 59.9%
G = 29.47%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C3D16 (or 0x7C3D16) is known color: Russet. HEX triplet: 7C, 3D and 16. RGB value is (124,61,22). Sum of RGB (Red+Green+Blue) = 124+61+22=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3D16 is #83C2E9. Grayscale: #4B4B4B. Windows color (decimal): -8635114 or 1457532. OLE color: 1457532.

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

Color convert

RGB 124 61 22 -
CMYK 0 0.51 0.82 0.51
HSL 22.94º 0.7% 0.29% -
HSV(B) 22.94º 0.82% 0.49% -
XYZ 10.13 7.68 1.71 -
YUV 75.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 124 61 22 0 0.51 0.82 0.51 22.94 0.7 0.29
Hex 7C 3D 16 0 33 52 33 17 46 1D
Octal 174 75 26 0 63 122 63 27 106 35
Binary 1111100 111101 10110 0 110011 1010010 110011 10111 1000110 11101

Color Harmonies of #7C3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3D16

Black with #7C3D16

Text Example


Text Example

White with #7C3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,61,22); }

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

background-color css

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

 a { background-color: rgb(124,61,22); }

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

border-color css

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

 span { border-color: rgb(124,61,22); }

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