Html Css Color HEX #7A441F Russet

📋 copy color: '#7A441F'

red 122 ◦ green 68 ◦ blue 31

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

Shades of Russet #7A441F

Tints of Russet #7A441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 55.2%
G = 30.77%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A441F (or 0x7A441F) is known color: Russet. HEX triplet: 7A, 44 and 1F. RGB value is (122,68,31). Sum of RGB (Red+Green+Blue) = 122+68+31=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A441F is #85BBE0. Grayscale: #505050. Windows color (decimal): -8764385 or 2049146. OLE color: 2049146.

HSL color Cylindrical-coordinate representation of color #7A441F: hue angle of 24.4º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A441F is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 68 31 -
CMYK 0 0.44 0.75 0.52
HSL 24.4º 0.59% 0.3% -
HSV(B) 24.4º 0.75% 0.48% -
XYZ 10.34 8.37 2.37 -
YUV 79.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 122 68 31 0 0.44 0.75 0.52 24.4 0.59 0.3
Hex 7A 44 1F 0 2C 4B 34 18 3B 1E
Octal 172 104 37 0 54 113 64 30 73 36
Binary 1111010 1000100 11111 0 101100 1001011 110100 11000 111011 11110

Color Harmonies of #7A441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A441F

Black with #7A441F

Text Example


Text Example

White with #7A441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,68,31); }

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

background-color css

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

 a { background-color: rgb(122,68,31); }

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

border-color css

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

 span { border-color: rgb(122,68,31); }

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