#7E5510

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

Shades of Raw Umber #7E5510

Tints of Raw Umber #7E5510

Color information

#7E5510 (or 0x7E5510) is unknown color: approx Raw Umber. HEX triplet: 7E, 55 and 10. RGB value is (126,85,16). Sum of RGB (Red+Green+Blue) = 126+85+16=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5510 is #81AAEF. Grayscale: #595959. Windows color (decimal): -8497904 or 1070462. OLE color: 1070462.

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

Color convert

RGB1268516-
CMYK00.330.870.51
HSL37.64º77.46%27.84%-
HSV(B)37.64º87.3%49.41%-
XYZ11.9510.971.98-
YUV89.3986.58154.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.51%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=55.51%
G=37.44%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126851600.330.870.5137.6477.4627.84
Hex7E55100215733264d1c
Octal17612520041127634611534
Binary111111010101011000001000011010111110011100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,16); }

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

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

 a { background-color: rgb(126,85,16); }

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

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

 span { border-color: rgb(126,85,16); }

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