#7C5211

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

Shades of Raw Umber #7C5211

Tints of Raw Umber #7C5211

Color information

#7C5211 (or 0x7C5211) is unknown color: approx Raw Umber. HEX triplet: 7C, 52 and 11. RGB value is (124,82,17). Sum of RGB (Red+Green+Blue) = 124+82+17=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5211 is #83ADEE. Grayscale: #575757. Windows color (decimal): -8629743 or 1135228. OLE color: 1135228.

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

Color convert

RGB1248217-
CMYK00.340.860.51
HSL36.45º75.89%27.65%-
HSV(B)36.45º86.29%48.63%-
XYZ11.4310.361.93-
YUV87.1588.41154.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.61%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=55.61%
G=36.77%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124821700.340.860.5136.4575.8927.65
Hex7C52110225633244c1c
Octal17412221042126634411434
Binary111110010100101000101000101010110110011100100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,17); }

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

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

 a { background-color: rgb(124,82,17); }

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

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

 span { border-color: rgb(124,82,17); }

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