Html Css Color HEX #7A490D Raw Umber

📋 copy color: '#7A490D'

red 122 ◦ green 73 ◦ blue 13

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

Shades of Raw Umber #7A490D

Tints of Raw Umber #7A490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 58.65%
G = 35.1%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A490D (or 0x7A490D) is known color: Raw Umber. HEX triplet: 7A, 49 and 0D. RGB value is (122,73,13). Sum of RGB (Red+Green+Blue) = 122+73+13=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A490D is #85B6F2. Grayscale: #515151. Windows color (decimal): -8763123 or 870778. OLE color: 870778.

HSL color Cylindrical-coordinate representation of color #7A490D: hue angle of 33.03º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A490D is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 13 -
CMYK 0 0.40 0.89 0.52
HSL 33.03º 0.81% 0.26% -
HSV(B) 33.03º 0.89% 0.48% -
XYZ 10.48 8.93 1.55 -
YUV 80.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 122 73 13 0 0.40 0.89 0.52 33.03 0.81 0.26
Hex 7A 49 D 0 28 59 34 21 51 1A
Octal 172 111 15 0 50 131 64 41 121 32
Binary 1111010 1001001 1101 0 101000 1011001 110100 100001 1010001 11010

Color Harmonies of #7A490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A490D

Black with #7A490D

Text Example


Text Example

White with #7A490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,13); }

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

background-color css

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

 a { background-color: rgb(122,73,13); }

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

border-color css

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

 span { border-color: rgb(122,73,13); }

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