#7A4506

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

Shades of Raw Umber #7A4506

Tints of Raw Umber #7A4506

Color information

#7A4506 (or 0x7A4506) is unknown color: approx Raw Umber. HEX triplet: 7A, 45 and 06. RGB value is (122,69,6). Sum of RGB (Red+Green+Blue) = 122+69+6=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4506 is #85BAF9. Grayscale: #4D4D4D. Windows color (decimal): -8764154 or 411002. OLE color: 411002.

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

Color convert

RGB122696-
CMYK00.430.950.52
HSL32.59º90.62%25.1%-
HSV(B)32.59º95.08%47.84%-
XYZ10.198.411.26-
YUV77.6687.56159.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.93%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=61.93%
G=35.03%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12269600.430.950.5232.5990.6225.1
Hex7A45602B5F34215b19
Octal1721056053137644113331
Binary1111010100010111001010111011111110100100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,69,6); }

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

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

 a { background-color: rgb(122,69,6); }

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

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

 span { border-color: rgb(122,69,6); }

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