#7C3F05

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

Shades of Raw Umber #7C3F05

Tints of Raw Umber #7C3F05

Color information

#7C3F05 (or 0x7C3F05) is unknown color: approx Raw Umber. HEX triplet: 7C, 3F and 05. RGB value is (124,63,5). Sum of RGB (Red+Green+Blue) = 124+63+5=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3F05 is #83C0FA. Grayscale: #4A4A4A. Windows color (decimal): -8634619 or 343932. OLE color: 343932.

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

Color convert

RGB124635-
CMYK00.490.960.51
HSL29.24º92.25%25.29%-
HSV(B)29.24º95.97%48.63%-
XYZ10.127.851.13-
YUV74.6388.71163.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=64.58%
G=32.81%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12463500.490.960.5129.2492.2525.29
Hex7C3F503160331d5c19
Octal174775061140633513431
Binary11111001111111010110001110000011001111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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