#7A460D

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

Shades of Raw Umber #7A460D

Tints of Raw Umber #7A460D

Color information

#7A460D (or 0x7A460D) is unknown color: approx Raw Umber. HEX triplet: 7A, 46 and 0D. RGB value is (122,70,13). Sum of RGB (Red+Green+Blue) = 122+70+13=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A460D is #85B9F2. Grayscale: #4F4F4F. Windows color (decimal): -8763891 or 870010. OLE color: 870010.

HSL color Cylindrical-coordinate representation of color #7A460D: hue angle of 31.38º 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 #7A460D is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1227013-
CMYK00.430.890.52
HSL31.38º80.74%26.47%-
HSV(B)31.38º89.34%47.84%-
XYZ10.298.551.49-
YUV79.0590.73158.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=59.51%
G=34.15%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122701300.430.890.5231.3880.7426.47
Hex7A46D02B59341f511a
Octal17210615053131643712132
Binary1111010100011011010101011101100111010011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A460D;
 }
 .AnyTagClassName
 {
   color: #7A460D;
 }
</style>
background-color css

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

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

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

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

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

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