Html Css Color HEX #7D3A13 Russet

📋 copy color: '#7D3A13'

red 125 ◦ green 58 ◦ blue 19

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

Shades of Russet #7D3A13

Tints of Russet #7D3A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.71%

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 61.88%
G = 28.71%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7D3A13 (or 0x7D3A13) is known color: Russet. HEX triplet: 7D, 3A and 13. RGB value is (125,58,19). Sum of RGB (Red+Green+Blue) = 125+58+19=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3A13 is #82C5EC. Grayscale: #494949. Windows color (decimal): -8570349 or 1260157. OLE color: 1260157.

HSL color Cylindrical-coordinate representation of color #7D3A13: hue angle of 22.08º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D3A13 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 58 19 -
CMYK 0 0.54 0.85 0.51
HSL 22.08º 0.74% 0.28% -
HSV(B) 22.08º 0.85% 0.49% -
XYZ 10.09 7.43 1.52 -
YUV 73.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 125 58 19 0 0.54 0.85 0.51 22.08 0.74 0.28
Hex 7D 3A 13 0 36 55 33 16 4A 1C
Octal 175 72 23 0 66 125 63 26 112 34
Binary 1111101 111010 10011 0 110110 1010101 110011 10110 1001010 11100

Color Harmonies of #7D3A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3A13

Black with #7D3A13

Text Example


Text Example

White with #7D3A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,58,19); }

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

background-color css

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

 a { background-color: rgb(125,58,19); }

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

border-color css

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

 span { border-color: rgb(125,58,19); }

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