#7C4505

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

Shades of Raw Umber #7C4505

Tints of Raw Umber #7C4505

Color information

#7C4505 (or 0x7C4505) is unknown color: approx Raw Umber. HEX triplet: 7C, 45 and 05. RGB value is (124,69,5). Sum of RGB (Red+Green+Blue) = 124+69+5=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4505 is #83BAFA. Grayscale: #4E4E4E. Windows color (decimal): -8633083 or 345468. OLE color: 345468.

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

Color convert

RGB124695-
CMYK00.440.960.51
HSL32.27º92.25%25.29%-
HSV(B)32.27º95.97%48.63%-
XYZ10.478.551.24-
YUV78.1586.72160.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.63%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=62.63%
G=34.85%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12469500.440.960.5132.2792.2525.29
Hex7C45502C6033205c19
Octal1741055054140634013431
Binary1111100100010110101011001100000110011100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,69,5); }

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

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

 a { background-color: rgb(124,69,5); }

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

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

 span { border-color: rgb(124,69,5); }

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