#7C460C

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

Shades of Raw Umber #7C460C

Tints of Raw Umber #7C460C

Color information

#7C460C (or 0x7C460C) is unknown color: approx Raw Umber. HEX triplet: 7C, 46 and 0C. RGB value is (124,70,12). Sum of RGB (Red+Green+Blue) = 124+70+12=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C460C is #83B9F3. Grayscale: #4F4F4F. Windows color (decimal): -8632820 or 804476. OLE color: 804476.

HSL color Cylindrical-coordinate representation of color #7C460C: hue angle of 31.07º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C460C is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1247012-
CMYK00.440.900.51
HSL31.07º82.35%26.67%-
HSV(B)31.07º90.32%48.63%-
XYZ10.578.691.47-
YUV79.5389.89159.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=60.19%
G=33.98%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124701200.440.900.5131.0782.3526.67
Hex7C46C02C5A331f521b
Octal17410614054132633712233
Binary1111100100011011000101100101101011001111111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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