#7A4A03

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

Shades of Raw Umber #7A4A03

Tints of Raw Umber #7A4A03

Color information

#7A4A03 (or 0x7A4A03) is unknown color: approx Raw Umber. HEX triplet: 7A, 4A and 03. RGB value is (122,74,3). Sum of RGB (Red+Green+Blue) = 122+74+3=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4A03 is #85B5FC. Grayscale: #505050. Windows color (decimal): -8762877 or 215674. OLE color: 215674.

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

Color convert

RGB122743-
CMYK00.390.980.52
HSL35.8º95.2%24.51%-
HSV(B)35.8º97.54%47.84%-
XYZ10.499.041.28-
YUV80.2684.4157.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.31%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=61.31%
G=37.19%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12274300.390.980.5235.895.224.51
Hex7A4A30276234245f19
Octal1721123047142644413731
Binary111101010010101101001111100010110100100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,3); }

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

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

 a { background-color: rgb(122,74,3); }

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

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

 span { border-color: rgb(122,74,3); }

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