#7e570e

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

Shades of Raw Umber #7E570E

Tints of Raw Umber #7E570E

Color information

#7E570E (or 0x7E570E) is unknown color: approx Raw Umber. HEX triplet: 7E, 57 and 0E. RGB value is (126,87,14). Sum of RGB (Red+Green+Blue) = 126+87+14=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E570E is #81A8F1. Grayscale: #5A5A5A. Windows color (decimal): -8497394 or 939902. OLE color: 939902.

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

Color convert

RGB1268714-
CMYK00.310.890.51
HSL39.11º80%27.45%-
HSV(B)39.11º88.89%49.41%-
XYZ12.0911.281.96-
YUV90.3484.92153.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.51%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=55.51%
G=38.33%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126871400.310.890.5139.118027.45
Hex7E57E01F593327501b
Octal17612716037131634712033
Binary1111110101011111100111111011001110011100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e570e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,14); }

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

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

 a { background-color: rgb(126,87,14); }

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

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

 span { border-color: rgb(126,87,14); }

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