#7A490D

Color #7A490D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7A490D

Tints of Raw Umber #7A490D

Color information

#7A490D (or 0x7A490D) is unknown color: approx 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

RGB1227313-
CMYK00.400.890.52
HSL33.03º80.74%26.47%-
HSV(B)33.03º89.34%47.84%-
XYZ10.488.931.55-
YUV80.8189.73157.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=58.65%
G=35.10%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122731300.400.890.5233.0380.7426.47
Hex7A49D028593421511a
Octal17211115050131644112132
Binary11110101001001110101010001011001110100100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>