#7C4002

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

Shades of Raw Umber #7C4002

Tints of Raw Umber #7C4002

Color information

#7C4002 (or 0x7C4002) is unknown color: approx Raw Umber. HEX triplet: 7C, 40 and 02. RGB value is (124,64,2). Sum of RGB (Red+Green+Blue) = 124+64+2=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4002 is #83BFFD. Grayscale: #4B4B4B. Windows color (decimal): -8634366 or 147580. OLE color: 147580.

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

Color convert

RGB124642-
CMYK00.480.980.51
HSL30.49º96.83%24.71%-
HSV(B)30.49º98.39%48.63%-
XYZ10.167.961.06-
YUV74.8786.88163.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.26%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=65.26%
G=33.68%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12464200.480.980.5130.4996.8324.71
Hex7C40203062331e6119
Octal1741002060142633614131
Binary11111001000000100110000110001011001111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,64,2); }

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

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

 a { background-color: rgb(124,64,2); }

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

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

 span { border-color: rgb(124,64,2); }

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