#7A4E0D

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

Shades of Raw Umber #7A4E0D

Tints of Raw Umber #7A4E0D

Color information

#7A4E0D (or 0x7A4E0D) is unknown color: approx Raw Umber. HEX triplet: 7A, 4E and 0D. RGB value is (122,78,13). Sum of RGB (Red+Green+Blue) = 122+78+13=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4E0D is #85B1F2. Grayscale: #545454. Windows color (decimal): -8761843 or 872058. OLE color: 872058.

HSL color Cylindrical-coordinate representation of color #7A4E0D: hue angle of 35.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A4E0D is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1227813-
CMYK00.360.890.52
HSL35.78º80.74%26.47%-
HSV(B)35.78º89.34%47.84%-
XYZ10.829.621.67-
YUV83.7588.08155.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.28%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=57.28%
G=36.62%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122781300.360.890.5235.7880.7426.47
Hex7A4ED024593424511a
Octal17211615044131644412132
Binary11110101001110110101001001011001110100100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,78,13); }

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

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

 a { background-color: rgb(122,78,13); }

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

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

 span { border-color: rgb(122,78,13); }

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