#7E540F

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

Shades of Raw Umber #7E540F

Tints of Raw Umber #7E540F

Color information

#7E540F (or 0x7E540F) is unknown color: approx Raw Umber. HEX triplet: 7E, 54 and 0F. RGB value is (126,84,15). Sum of RGB (Red+Green+Blue) = 126+84+15=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E540F is #81ABF0. Grayscale: #595959. Windows color (decimal): -8498161 or 1004670. OLE color: 1004670.

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

Color convert

RGB1268415-
CMYK00.330.880.51
HSL37.3º78.72%27.65%-
HSV(B)37.3º88.1%49.41%-
XYZ11.8610.811.91-
YUV88.6986.41154.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=56%
G=37.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126841500.330.880.5137.378.7227.65
Hex7E54F0215833254f1c
Octal17612417041130634511734
Binary11111101010100111101000011011000110011100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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