Html Css Color HEX #7D441A Russet

📋 copy color: '#7D441A'

red 125 ◦ green 68 ◦ blue 26

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

Shades of Russet #7D441A

Tints of Russet #7D441A

RGB

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

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

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

R = 57.08%
G = 31.05%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D441A (or 0x7D441A) is known color: Russet. HEX triplet: 7D, 44 and 1A. RGB value is (125,68,26). Sum of RGB (Red+Green+Blue) = 125+68+26=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D441A is #82BBE5. Grayscale: #505050. Windows color (decimal): -8567782 or 1721469. OLE color: 1721469.

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

Color convert

RGB 125 68 26 -
CMYK 0 0.46 0.79 0.51
HSL 25.45º 0.66% 0.3% -
HSV(B) 25.45º 0.79% 0.49% -
XYZ 10.71 8.57 2.07 -
YUV 80.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 125 68 26 0 0.46 0.79 0.51 25.45 0.66 0.3
Hex 7D 44 1A 0 2E 4F 33 19 42 1E
Octal 175 104 32 0 56 117 63 31 102 36
Binary 1111101 1000100 11010 0 101110 1001111 110011 11001 1000010 11110

Color Harmonies of #7D441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D441A

Black with #7D441A

Text Example


Text Example

White with #7D441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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