#7E550B

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

Shades of Raw Umber #7E550B

Tints of Raw Umber #7E550B

Color information

#7E550B (or 0x7E550B) is unknown color: approx Raw Umber. HEX triplet: 7E, 55 and 0B. RGB value is (126,85,11). Sum of RGB (Red+Green+Blue) = 126+85+11=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E550B is #81AAF4. Grayscale: #595959. Windows color (decimal): -8497909 or 742782. OLE color: 742782.

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

Color convert

RGB1268511-
CMYK00.330.910.51
HSL38.61º83.94%26.86%-
HSV(B)38.61º91.27%49.41%-
XYZ11.9110.961.8-
YUV88.8284.08154.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.76%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=56.76%
G=38.29%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126851100.330.910.5138.6183.9426.86
Hex7E55B0215B3327541b
Octal17612513041133634712433
Binary11111101010101101101000011011011110011100111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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