Html Css Color HEX #7A3E16 Russet

📋 copy color: '#7A3E16'

red 122 ◦ green 62 ◦ blue 22

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

Shades of Russet #7A3E16

Tints of Russet #7A3E16

RGB

 RED value IS 122 (48.05% from 255) = 59.22%

 GREEN value IS 62 (24.61% from 255) = 30.1%

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

R = 59.22%
G = 30.1%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A3E16 (or 0x7A3E16) is known color: Russet. HEX triplet: 7A, 3E and 16. RGB value is (122,62,22). Sum of RGB (Red+Green+Blue) = 122+62+22=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3E16 is #85C1E9. Grayscale: #4B4B4B. Windows color (decimal): -8765930 or 1457786. OLE color: 1457786.

HSL color Cylindrical-coordinate representation of color #7A3E16: hue angle of 24º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A3E16 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 62 22 -
CMYK 0 0.49 0.82 0.52
HSL 24º 0.69% 0.28% -
HSV(B) 24º 0.82% 0.48% -
XYZ 9.89 7.64 1.71 -
YUV 75.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 122 62 22 0 0.49 0.82 0.52 24 0.69 0.28
Hex 7A 3E 16 0 31 52 34 18 45 1C
Octal 172 76 26 0 61 122 64 30 105 34
Binary 1111010 111110 10110 0 110001 1010010 110100 11000 1000101 11100

Color Harmonies of #7A3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3E16

Black with #7A3E16

Text Example


Text Example

White with #7A3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,62,22); }

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

background-color css

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

 a { background-color: rgb(122,62,22); }

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

border-color css

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

 span { border-color: rgb(122,62,22); }

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