Html Css Color HEX #7C441A Russet

📋 copy color: '#7C441A'

red 124 ◦ green 68 ◦ blue 26

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

Shades of Russet #7C441A

Tints of Russet #7C441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 56.88%
G = 31.19%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C441A (or 0x7C441A) is known color: Russet. HEX triplet: 7C, 44 and 1A. RGB value is (124,68,26). Sum of RGB (Red+Green+Blue) = 124+68+26=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C441A is #83BBE5. Grayscale: #505050. Windows color (decimal): -8633318 or 1721468. OLE color: 1721468.

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

Color convert

RGB 124 68 26 -
CMYK 0 0.45 0.79 0.51
HSL 25.71º 0.65% 0.29% -
HSV(B) 25.71º 0.79% 0.49% -
XYZ 10.57 8.49 2.06 -
YUV 79.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 124 68 26 0 0.45 0.79 0.51 25.71 0.65 0.29
Hex 7C 44 1A 0 2D 4F 33 1A 41 1D
Octal 174 104 32 0 55 117 63 32 101 35
Binary 1111100 1000100 11010 0 101101 1001111 110011 11010 1000001 11101

Color Harmonies of #7C441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C441A

Black with #7C441A

Text Example


Text Example

White with #7C441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,68,26); }

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

background-color css

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

 a { background-color: rgb(124,68,26); }

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

border-color css

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

 span { border-color: rgb(124,68,26); }

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