#7A5A01

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

Shades of Raw Umber #7A5A01

Tints of Raw Umber #7A5A01

Color information

#7A5A01 (or 0x7A5A01) is unknown color: approx Raw Umber. HEX triplet: 7A, 5A and 01. RGB value is (122,90,1). Sum of RGB (Red+Green+Blue) = 122+90+1=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5A01 is #85A5FE. Grayscale: #595959. Windows color (decimal): -8758783 or 88698. OLE color: 88698.

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

Color convert

RGB122901-
CMYK00.260.990.52
HSL44.13º98.37%24.12%-
HSV(B)44.13º99.18%47.84%-
XYZ11.6911.451.62-
YUV89.4278.1151.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.28%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=57.28%
G=42.25%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12290100.260.990.5244.1398.3724.12
Hex7A5A101A63342c6218
Octal1721321032143645414230
Binary1111010101101010110101100011110100101100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,1); }

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

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

 a { background-color: rgb(122,90,1); }

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

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

 span { border-color: rgb(122,90,1); }

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