#7C4108

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

Shades of Raw Umber #7C4108

Tints of Raw Umber #7C4108

Color information

#7C4108 (or 0x7C4108) is unknown color: approx Raw Umber. HEX triplet: 7C, 41 and 08. RGB value is (124,65,8). Sum of RGB (Red+Green+Blue) = 124+65+8=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4108 is #83BEF7. Grayscale: #4C4C4C. Windows color (decimal): -8634104 or 541052. OLE color: 541052.

HSL color Cylindrical-coordinate representation of color #7C4108: hue angle of 29.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C4108 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB124658-
CMYK00.480.940.51
HSL29.48º87.88%25.88%-
HSV(B)29.48º93.55%48.63%-
XYZ10.258.081.25-
YUV76.1489.55162.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.94%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=62.94%
G=32.99%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12465800.480.940.5129.4887.8825.88
Hex7C4180305E331d581a
Octal17410110060136633513032
Binary1111100100000110000110000101111011001111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,8); }

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

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

 a { background-color: rgb(124,65,8); }

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

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

 span { border-color: rgb(124,65,8); }

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