#7C550E

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

Shades of Raw Umber #7C550E

Tints of Raw Umber #7C550E

Color information

#7C550E (or 0x7C550E) is unknown color: approx Raw Umber. HEX triplet: 7C, 55 and 0E. RGB value is (124,85,14). Sum of RGB (Red+Green+Blue) = 124+85+14=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C550E is #83AAF1. Grayscale: #585858. Windows color (decimal): -8628978 or 939388. OLE color: 939388.

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

Color convert

RGB1248514-
CMYK00.310.890.51
HSL38.73º79.71%27.06%-
HSV(B)38.73º88.71%48.63%-
XYZ11.6410.811.89-
YUV88.5785.92153.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.61%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=55.61%
G=38.12%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124851400.310.890.5138.7379.7127.06
Hex7C55E01F593327501b
Octal17412516037131634712033
Binary1111100101010111100111111011001110011100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,14); }

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

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

 a { background-color: rgb(124,85,14); }

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

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

 span { border-color: rgb(124,85,14); }

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