#7A560A

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

Shades of Raw Umber #7A560A

Tints of Raw Umber #7A560A

Color information

#7A560A (or 0x7A560A) is unknown color: approx Raw Umber. HEX triplet: 7A, 56 and 0A. RGB value is (122,86,10). Sum of RGB (Red+Green+Blue) = 122+86+10=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A560A is #85A9F5. Grayscale: #585858. Windows color (decimal): -8759798 or 677498. OLE color: 677498.

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

Color convert

RGB1228610-
CMYK00.300.920.52
HSL40.71º84.85%25.88%-
HSV(B)40.71º91.8%47.84%-
XYZ11.4110.821.77-
YUV88.183.93152.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=55.96%
G=39.45%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122861000.300.920.5240.7184.8525.88
Hex7A56A01E5C3429551a
Octal17212612036134645112532
Binary1111010101011010100111101011100110100101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,10); }

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

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

 a { background-color: rgb(122,86,10); }

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

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

 span { border-color: rgb(122,86,10); }

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