#7C4D0D

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

Shades of Raw Umber #7C4D0D

Tints of Raw Umber #7C4D0D

Color information

#7C4D0D (or 0x7C4D0D) is unknown color: approx Raw Umber. HEX triplet: 7C, 4D and 0D. RGB value is (124,77,13). Sum of RGB (Red+Green+Blue) = 124+77+13=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C4D0D is #83B2F2. Grayscale: #545454. Windows color (decimal): -8631027 or 871804. OLE color: 871804.

HSL color Cylindrical-coordinate representation of color #7C4D0D: hue angle of 34.59º degrees, saturation: 0.81, 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 #7C4D0D is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1247713-
CMYK00.380.900.51
HSL34.59º81.02%26.86%-
HSV(B)34.59º89.52%48.63%-
XYZ11.049.621.66-
YUV83.7688.07156.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.94%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 13 (5.47% from 255) = 6.07%
R=57.94%
G=35.98%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124771300.380.900.5134.5981.0226.86
Hex7C4DD0265A3323511b
Octal17411515046132634312133
Binary11111001001101110101001101011010110011100011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,13); }

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

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

 a { background-color: rgb(124,77,13); }

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

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

 span { border-color: rgb(124,77,13); }

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