Html Css Color HEX #7D3D16 Russet

📋 copy color: '#7D3D16'

red 125 ◦ green 61 ◦ blue 22

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

Shades of Russet #7D3D16

Tints of Russet #7D3D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.58%

R = 60.1%
G = 29.33%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D3D16 (or 0x7D3D16) is known color: Russet. HEX triplet: 7D, 3D and 16. RGB value is (125,61,22). Sum of RGB (Red+Green+Blue) = 125+61+22=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3D16 is #82C2E9. Grayscale: #4B4B4B. Windows color (decimal): -8569578 or 1457533. OLE color: 1457533.

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

Color convert

RGB 125 61 22 -
CMYK 0 0.51 0.82 0.51
HSL 22.72º 0.7% 0.29% -
HSV(B) 22.72º 0.82% 0.49% -
XYZ 10.27 7.76 1.71 -
YUV 75.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 125 61 22 0 0.51 0.82 0.51 22.72 0.7 0.29
Hex 7D 3D 16 0 33 52 33 17 46 1D
Octal 175 75 26 0 63 122 63 27 106 35
Binary 1111101 111101 10110 0 110011 1010010 110011 10111 1000110 11101

Color Harmonies of #7D3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D16

Black with #7D3D16

Text Example


Text Example

White with #7D3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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