Html Css Color HEX #7D411A Russet

📋 copy color: '#7D411A'

red 125 ◦ green 65 ◦ blue 26

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

Shades of Russet #7D411A

Tints of Russet #7D411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 57.87%
G = 30.09%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D411A (or 0x7D411A) is known color: Russet. HEX triplet: 7D, 41 and 1A. RGB value is (125,65,26). Sum of RGB (Red+Green+Blue) = 125+65+26=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D411A is #82BEE5. Grayscale: #4E4E4E. Windows color (decimal): -8568550 or 1720701. OLE color: 1720701.

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

Color convert

RGB 125 65 26 -
CMYK 0 0.48 0.79 0.51
HSL 23.64º 0.66% 0.3% -
HSV(B) 23.64º 0.79% 0.49% -
XYZ 10.53 8.22 2.01 -
YUV 78.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 125 65 26 0 0.48 0.79 0.51 23.64 0.66 0.3
Hex 7D 41 1A 0 30 4F 33 18 42 1E
Octal 175 101 32 0 60 117 63 30 102 36
Binary 1111101 1000001 11010 0 110000 1001111 110011 11000 1000010 11110

Color Harmonies of #7D411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D411A

Black with #7D411A

Text Example


Text Example

White with #7D411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,26); }

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

background-color css

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

 a { background-color: rgb(125,65,26); }

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

border-color css

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

 span { border-color: rgb(125,65,26); }

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