#7C460A

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

Shades of Raw Umber #7C460A

Tints of Raw Umber #7C460A

Color information

#7C460A (or 0x7C460A) is unknown color: approx Raw Umber. HEX triplet: 7C, 46 and 0A. RGB value is (124,70,10). Sum of RGB (Red+Green+Blue) = 124+70+10=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C460A is #83B9F5. Grayscale: #4F4F4F. Windows color (decimal): -8632822 or 673404. OLE color: 673404.

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

Color convert

RGB1247010-
CMYK00.440.920.51
HSL31.58º85.07%26.27%-
HSV(B)31.58º91.94%48.63%-
XYZ10.568.691.41-
YUV79.3188.89159.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=60.78%
G=34.31%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124701000.440.920.5131.5885.0726.27
Hex7C46A02C5C3320551a
Octal17410612054134634012532
Binary11111001000110101001011001011100110011100000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,70,10); }

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

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

 a { background-color: rgb(124,70,10); }

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

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

 span { border-color: rgb(124,70,10); }

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