#7C4E0C

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

Shades of Raw Umber #7C4E0C

Tints of Raw Umber #7C4E0C

Color information

#7C4E0C (or 0x7C4E0C) is unknown color: approx Raw Umber. HEX triplet: 7C, 4E and 0C. RGB value is (124,78,12). Sum of RGB (Red+Green+Blue) = 124+78+12=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C4E0C is #83B1F3. Grayscale: #545454. Windows color (decimal): -8630772 or 806524. OLE color: 806524.

HSL color Cylindrical-coordinate representation of color #7C4E0C: hue angle of 35.36º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C4E0C is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1247812-
CMYK00.370.900.51
HSL35.36º82.35%26.67%-
HSV(B)35.36º90.32%48.63%-
XYZ11.19.761.65-
YUV84.2387.24156.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.94%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=57.94%
G=36.45%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124781200.370.900.5135.3682.3526.67
Hex7C4EC0255A3323521b
Octal17411614045132634312233
Binary11111001001110110001001011011010110011100011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,12); }

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

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

 a { background-color: rgb(124,78,12); }

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

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

 span { border-color: rgb(124,78,12); }

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