#7C3E06

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

Shades of Raw Umber #7C3E06

Tints of Raw Umber #7C3E06

Color information

#7C3E06 (or 0x7C3E06) is unknown color: approx Raw Umber. HEX triplet: 7C, 3E and 06. RGB value is (124,62,6). Sum of RGB (Red+Green+Blue) = 124+62+6=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3E06 is #83C1F9. Grayscale: #4A4A4A. Windows color (decimal): -8634874 or 409212. OLE color: 409212.

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

Color convert

RGB124626-
CMYK00.50.950.51
HSL28.47º90.77%25.49%-
HSV(B)28.47º95.16%48.63%-
XYZ10.077.741.14-
YUV74.1589.54163.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=64.58%
G=32.29%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12462600.50.950.5128.4790.7725.49
Hex7C3E60325F331c5b19
Octal174766062137633413331
Binary11111001111101100110010101111111001111100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,6); }

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

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

 a { background-color: rgb(124,62,6); }

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

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

 span { border-color: rgb(124,62,6); }

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