#7C4401

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

Shades of Raw Umber #7C4401

Tints of Raw Umber #7C4401

Color information

#7C4401 (or 0x7C4401) is unknown color: approx Raw Umber. HEX triplet: 7C, 44 and 01. RGB value is (124,68,1). Sum of RGB (Red+Green+Blue) = 124+68+1=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4401 is #83BBFE. Grayscale: #4D4D4D. Windows color (decimal): -8633343 or 83068. OLE color: 83068.

HSL color Cylindrical-coordinate representation of color #7C4401: hue angle of 32.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C4401 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB124681-
CMYK00.450.990.51
HSL32.68º98.4%24.51%-
HSV(B)32.68º99.19%48.63%-
XYZ10.388.421.11-
YUV77.1185.05161.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.25%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=64.25%
G=35.23%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12468100.450.990.5132.6898.424.51
Hex7C44102D6333216219
Octal1741041055143634114231
Binary11111001000100101011011100011110011100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,1); }

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

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

 a { background-color: rgb(124,68,1); }

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

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

 span { border-color: rgb(124,68,1); }

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