#7A4E05

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

Shades of Raw Umber #7A4E05

Tints of Raw Umber #7A4E05

Color information

#7A4E05 (or 0x7A4E05) is unknown color: approx Raw Umber. HEX triplet: 7A, 4E and 05. RGB value is (122,78,5). Sum of RGB (Red+Green+Blue) = 122+78+5=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4E05 is #85B1FA. Grayscale: #535353. Windows color (decimal): -8761851 or 347770. OLE color: 347770.

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

Color convert

RGB122785-
CMYK00.360.960.52
HSL37.44º92.13%24.9%-
HSV(B)37.44º95.9%47.84%-
XYZ10.789.61.43-
YUV82.8384.08155.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=59.51%
G=38.05%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12278500.360.960.5237.4492.1324.9
Hex7A4E50246034255c19
Octal1721165044140644513431
Binary1111010100111010101001001100000110100100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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