#7A4914

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

Shades of Raw Umber #7A4914

Tints of Raw Umber #7A4914

Color information

#7A4914 (or 0x7A4914) is unknown color: approx Raw Umber. HEX triplet: 7A, 49 and 14. RGB value is (122,73,20). Sum of RGB (Red+Green+Blue) = 122+73+20=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4914 is #85B6EB. Grayscale: #515151. Windows color (decimal): -8763116 or 1329530. OLE color: 1329530.

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

Color convert

RGB1227320-
CMYK00.400.840.52
HSL31.18º71.83%27.84%-
HSV(B)31.18º83.61%47.84%-
XYZ10.538.951.83-
YUV81.6193.23156.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=56.74%
G=33.95%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122732000.400.840.5231.1871.8327.84
Hex7A491402854341f481c
Octal17211124050124643711034
Binary11110101001001101000101000101010011010011111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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