#7C4008

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

Shades of Raw Umber #7C4008

Tints of Raw Umber #7C4008

Color information

#7C4008 (or 0x7C4008) is unknown color: approx Raw Umber. HEX triplet: 7C, 40 and 08. RGB value is (124,64,8). Sum of RGB (Red+Green+Blue) = 124+64+8=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4008 is #83BFF7. Grayscale: #4B4B4B. Windows color (decimal): -8634360 or 540796. OLE color: 540796.

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

Color convert

RGB124648-
CMYK00.480.940.51
HSL28.97º87.88%25.88%-
HSV(B)28.97º93.55%48.63%-
XYZ10.197.971.23-
YUV75.5689.88162.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.27%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=63.27%
G=32.65%
B=4.08%

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
Decimal12464800.480.940.5128.9787.8825.88
Hex7C4080305E331d581a
Octal17410010060136633513032
Binary1111100100000010000110000101111011001111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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