#744514

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

Shades of Raw Umber #744514

Tints of Raw Umber #744514

Color information

#744514 (or 0x744514) is unknown color: approx Raw Umber. HEX triplet: 74, 45 and 14. RGB value is (116,69,20). Sum of RGB (Red+Green+Blue) = 116+69+20=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744514 is #8BBAEB. Grayscale: #4D4D4D. Windows color (decimal): -9157356 or 1328500. OLE color: 1328500.

HSL color Cylindrical-coordinate representation of color #744514: hue angle of 30.63º 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 #744514 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1166920-
CMYK00.410.830.55
HSL30.63º70.59%26.67%-
HSV(B)30.63º82.76%45.49%-
XYZ9.468.021.71-
YUV77.4795.57155.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=56.59%
G=33.66%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116692000.410.830.5530.6370.5926.67
Hex74451402953371f471b
Octal16410524051123673710733
Binary11101001000101101000101001101001111011111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744514; }

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

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

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

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

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

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

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

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