#7E540A

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

Shades of Raw Umber #7E540A

Tints of Raw Umber #7E540A

Color information

#7E540A (or 0x7E540A) is unknown color: approx Raw Umber. HEX triplet: 7E, 54 and 0A. RGB value is (126,84,10). Sum of RGB (Red+Green+Blue) = 126+84+10=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E540A is #81ABF5. Grayscale: #585858. Windows color (decimal): -8498166 or 676990. OLE color: 676990.

HSL color Cylindrical-coordinate representation of color #7E540A: hue angle of 38.28º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E540A is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB1268410-
CMYK00.330.920.51
HSL38.28º85.29%26.67%-
HSV(B)38.28º92.06%49.41%-
XYZ11.8310.81.75-
YUV88.1283.91155.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.27%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=57.27%
G=38.18%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126841000.330.920.5138.2885.2926.67
Hex7E54A0215C3326551b
Octal17612412041134634612533
Binary11111101010100101001000011011100110011100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,84,10); }

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

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

 a { background-color: rgb(126,84,10); }

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

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

 span { border-color: rgb(126,84,10); }

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