#7a5a16

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

Shades of Raw Umber #7A5A16

Tints of Raw Umber #7A5A16

Color information

#7A5A16 (or 0x7A5A16) is unknown color: approx Raw Umber. HEX triplet: 7A, 5A and 16. RGB value is (122,90,22). Sum of RGB (Red+Green+Blue) = 122+90+22=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5A16 is #85A5E9. Grayscale: #5C5C5C. Windows color (decimal): -8758762 or 1464954. OLE color: 1464954.

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

Color convert

RGB1229022-
CMYK00.260.820.52
HSL40.8º69.44%28.24%-
HSV(B)40.8º81.97%47.84%-
XYZ11.8311.512.36-
YUV91.8288.6149.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.14%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=52.14%
G=38.46%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122902200.260.820.5240.869.4428.24
Hex7A5A1601A523429451c
Octal17213226032122645110534
Binary11110101011010101100110101010010110100101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a5a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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