#7A4805

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

Shades of Raw Umber #7A4805

Tints of Raw Umber #7A4805

Color information

#7A4805 (or 0x7A4805) is unknown color: approx Raw Umber. HEX triplet: 7A, 48 and 05. RGB value is (122,72,5). Sum of RGB (Red+Green+Blue) = 122+72+5=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4805 is #85B7FA. Grayscale: #4F4F4F. Windows color (decimal): -8763387 or 346234. OLE color: 346234.

HSL color Cylindrical-coordinate representation of color #7A4805: hue angle of 34.36º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A4805 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB122725-
CMYK00.410.960.52
HSL34.36º92.13%24.9%-
HSV(B)34.36º95.9%47.84%-
XYZ10.378.781.29-
YUV79.3186.06158.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.31%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=61.31%
G=36.18%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12272500.410.960.5234.3692.1324.9
Hex7A4850296034225c19
Octal1721105051140644213431
Binary1111010100100010101010011100000110100100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,5); }

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

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

 a { background-color: rgb(122,72,5); }

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

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

 span { border-color: rgb(122,72,5); }

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