Html Css Color HEX #7D411B Russet

📋 copy color: '#7D411B'

red 125 ◦ green 65 ◦ blue 27

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

Shades of Russet #7D411B

Tints of Russet #7D411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 57.6%
G = 29.95%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D411B (or 0x7D411B) is known color: Russet. HEX triplet: 7D, 41 and 1B. RGB value is (125,65,27). Sum of RGB (Red+Green+Blue) = 125+65+27=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D411B is #82BEE4. Grayscale: #4E4E4E. Windows color (decimal): -8568549 or 1786237. OLE color: 1786237.

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

Color convert

RGB 125 65 27 -
CMYK 0 0.48 0.78 0.51
HSL 23.27º 0.64% 0.3% -
HSV(B) 23.27º 0.78% 0.49% -
XYZ 10.55 8.22 2.07 -
YUV 78.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 125 65 27 0 0.48 0.78 0.51 23.27 0.64 0.3
Hex 7D 41 1B 0 30 4E 33 17 40 1E
Octal 175 101 33 0 60 116 63 27 100 36
Binary 1111101 1000001 11011 0 110000 1001110 110011 10111 1000000 11110

Color Harmonies of #7D411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D411B

Black with #7D411B

Text Example


Text Example

White with #7D411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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