#744E14

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

Shades of Raw Umber #744E14

Tints of Raw Umber #744E14

Color information

#744E14 (or 0x744E14) is unknown color: approx Raw Umber. HEX triplet: 74, 4E and 14. RGB value is (116,78,20). Sum of RGB (Red+Green+Blue) = 116+78+20=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744E14 is #8BB1EB. Grayscale: #535353. Windows color (decimal): -9155052 or 1330804. OLE color: 1330804.

HSL color Cylindrical-coordinate representation of color #744E14: hue angle of 36.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #744E14 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1167820-
CMYK00.330.830.55
HSL36.25º70.59%26.67%-
HSV(B)36.25º82.76%45.49%-
XYZ10.059.211.91-
YUV82.7592.59151.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=54.21%
G=36.45%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116782000.330.830.5536.2570.5926.67
Hex744E14021533724471b
Octal16411624041123674410733
Binary111010010011101010001000011010011110111100100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,78,20); }

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

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

 a { background-color: rgb(116,78,20); }

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

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

 span { border-color: rgb(116,78,20); }

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