Html Css Color HEX #7D410D Russet

📋 copy color: '#7D410D'

red 125 ◦ green 65 ◦ blue 13

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

Shades of Russet #7D410D

Tints of Russet #7D410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 61.58%
G = 32.02%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D410D (or 0x7D410D) is known color: Russet. HEX triplet: 7D, 41 and 0D. RGB value is (125,65,13). Sum of RGB (Red+Green+Blue) = 125+65+13=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D410D is #82BEF2. Grayscale: #4D4D4D. Windows color (decimal): -8568563 or 868733. OLE color: 868733.

HSL color Cylindrical-coordinate representation of color #7D410D: hue angle of 27.86º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D410D is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 13 -
CMYK 0 0.48 0.90 0.51
HSL 27.86º 0.81% 0.27% -
HSV(B) 27.86º 0.9% 0.49% -
XYZ 10.42 8.17 1.41 -
YUV 77.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 125 65 13 0 0.48 0.90 0.51 27.86 0.81 0.27
Hex 7D 41 D 0 30 5A 33 1C 51 1B
Octal 175 101 15 0 60 132 63 34 121 33
Binary 1111101 1000001 1101 0 110000 1011010 110011 11100 1010001 11011

Color Harmonies of #7D410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D410D

Black with #7D410D

Text Example


Text Example

White with #7D410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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