#7E4C0D

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

Shades of Raw Umber #7E4C0D

Tints of Raw Umber #7E4C0D

Color information

#7E4C0D (or 0x7E4C0D) is unknown color: approx Raw Umber. HEX triplet: 7E, 4C and 0D. RGB value is (126,76,13). Sum of RGB (Red+Green+Blue) = 126+76+13=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4C0D is #81B3F2. Grayscale: #545454. Windows color (decimal): -8500211 or 871550. OLE color: 871550.

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

Color convert

RGB1267613-
CMYK00.400.900.51
HSL33.45º81.29%27.25%-
HSV(B)33.45º89.68%49.41%-
XYZ11.269.631.65-
YUV83.7788.06158.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.60%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=58.60%
G=35.35%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126761300.400.900.5133.4581.2927.25
Hex7E4CD0285A3321511b
Octal17611415050132634112133
Binary11111101001100110101010001011010110011100001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,76,13); }

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

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

 a { background-color: rgb(126,76,13); }

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

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

 span { border-color: rgb(126,76,13); }

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