#7A500E

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

Shades of Raw Umber #7A500E

Tints of Raw Umber #7A500E

Color information

#7A500E (or 0x7A500E) is unknown color: approx Raw Umber. HEX triplet: 7A, 50 and 0E. RGB value is (122,80,14). Sum of RGB (Red+Green+Blue) = 122+80+14=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A500E is #85AFF1. Grayscale: #555555. Windows color (decimal): -8761330 or 938106. OLE color: 938106.

HSL color Cylindrical-coordinate representation of color #7A500E: hue angle of 36.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A500E is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1228014-
CMYK00.340.890.52
HSL36.67º79.41%26.67%-
HSV(B)36.67º88.52%47.84%-
XYZ10.979.911.75-
YUV85.0387.91154.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=56.48%
G=37.04%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122801400.340.890.5236.6779.4126.67
Hex7A50E0225934254f1b
Octal17212016042131644511733
Binary11110101010000111001000101011001110100100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,80,14); }

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

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

 a { background-color: rgb(122,80,14); }

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

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

 span { border-color: rgb(122,80,14); }

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