#7C4910

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

Shades of Raw Umber #7C4910

Tints of Raw Umber #7C4910

Color information

#7C4910 (or 0x7C4910) is unknown color: approx Raw Umber. HEX triplet: 7C, 49 and 10. RGB value is (124,73,16). Sum of RGB (Red+Green+Blue) = 124+73+16=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4910 is #83B6EF. Grayscale: #525252. Windows color (decimal): -8632048 or 1067388. OLE color: 1067388.

HSL color Cylindrical-coordinate representation of color #7C4910: hue angle of 31.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C4910 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1247316-
CMYK00.410.870.51
HSL31.67º77.14%27.45%-
HSV(B)31.67º87.1%48.63%-
XYZ10.799.091.68-
YUV81.7590.9158.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.22%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=58.22%
G=34.27%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124731600.410.870.5131.6777.1427.45
Hex7C49100295733204d1b
Octal17411120051127634011533
Binary111110010010011000001010011010111110011100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,16); }

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

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

 a { background-color: rgb(124,73,16); }

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

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

 span { border-color: rgb(124,73,16); }

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