#744B0E

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

Shades of Raw Umber #744B0E

Tints of Raw Umber #744B0E

Color information

#744B0E (or 0x744B0E) is unknown color: approx Raw Umber. HEX triplet: 74, 4B and 0E. RGB value is (116,75,14). Sum of RGB (Red+Green+Blue) = 116+75+14=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744B0E is #8BB4F1. Grayscale: #505050. Windows color (decimal): -9155826 or 936820. OLE color: 936820.

HSL color Cylindrical-coordinate representation of color #744B0E: hue angle of 35.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #744B0E is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1167514-
CMYK00.350.880.55
HSL35.88º78.46%25.49%-
HSV(B)35.88º87.93%45.49%-
XYZ9.88.781.59-
YUV80.3190.58153.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=56.59%
G=36.59%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116751400.350.880.5535.8878.4625.49
Hex744BE0235837244e19
Octal16411316043130674411631
Binary11101001001011111001000111011000110111100100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744B0E; }

 p { color: rgb(116,75,14); }

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

<style>
 a { background-color: #744B0E; }

 a { background-color: rgb(116,75,14); }

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

<style>
 span { border-color: #744B0E; }

 span { border-color: rgb(116,75,14); }

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