#7C5B14

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

Shades of Raw Umber #7C5B14

Tints of Raw Umber #7C5B14

Color information

#7C5B14 (or 0x7C5B14) is unknown color: approx Raw Umber. HEX triplet: 7C, 5B and 14. RGB value is (124,91,20). Sum of RGB (Red+Green+Blue) = 124+91+20=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5B14 is #83A4EB. Grayscale: #5D5D5D. Windows color (decimal): -8627436 or 1334140. OLE color: 1334140.

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

Color convert

RGB1249120-
CMYK00.270.840.51
HSL40.96º72.22%28.24%-
HSV(B)40.96º83.87%48.63%-
XYZ12.1811.822.3-
YUV92.7786.93150.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.77%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=52.77%
G=38.72%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124912000.270.840.5140.9672.2228.24
Hex7C5B1401B543329481c
Octal17413324033124635111034
Binary11111001011011101000110111010100110011101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,20); }

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

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

 a { background-color: rgb(124,91,20); }

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

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

 span { border-color: rgb(124,91,20); }

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