Html Css Color HEX #7D3D19 Russet

📋 copy color: '#7D3D19'

red 125 ◦ green 61 ◦ blue 25

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

Shades of Russet #7D3D19

Tints of Russet #7D3D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 59.24%
G = 28.91%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D3D19 (or 0x7D3D19) is known color: Russet. HEX triplet: 7D, 3D and 19. RGB value is (125,61,25). Sum of RGB (Red+Green+Blue) = 125+61+25=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3D19 is #82C2E6. Grayscale: #4C4C4C. Windows color (decimal): -8569575 or 1654141. OLE color: 1654141.

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

Color convert

RGB 125 61 25 -
CMYK 0 0.51 0.8 0.51
HSL 21.6º 0.67% 0.29% -
HSV(B) 21.6º 0.8% 0.49% -
XYZ 10.3 7.77 1.88 -
YUV 76.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 125 61 25 0 0.51 0.8 0.51 21.6 0.67 0.29
Hex 7D 3D 19 0 33 50 33 16 43 1D
Octal 175 75 31 0 63 120 63 26 103 35
Binary 1111101 111101 11001 0 110011 1010000 110011 10110 1000011 11101

Color Harmonies of #7D3D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D19

Black with #7D3D19

Text Example


Text Example

White with #7D3D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,25); }

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

background-color css

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

 a { background-color: rgb(125,61,25); }

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

border-color css

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

 span { border-color: rgb(125,61,25); }

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