#7C4205

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

Shades of Raw Umber #7C4205

Tints of Raw Umber #7C4205

Color information

#7C4205 (or 0x7C4205) is unknown color: approx Raw Umber. HEX triplet: 7C, 42 and 05. RGB value is (124,66,5). Sum of RGB (Red+Green+Blue) = 124+66+5=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4205 is #83BDFA. Grayscale: #4C4C4C. Windows color (decimal): -8633851 or 344700. OLE color: 344700.

HSL color Cylindrical-coordinate representation of color #7C4205: hue angle of 30.76º 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 #7C4205 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB124665-
CMYK00.470.960.51
HSL30.76º92.25%25.29%-
HSV(B)30.76º95.97%48.63%-
XYZ10.298.191.18-
YUV76.3987.72161.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.59%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=63.59%
G=33.85%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12466500.470.960.5130.7692.2525.29
Hex7C42502F60331f5c19
Octal1741025057140633713431
Binary111110010000101010101111110000011001111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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