#744711

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

Shades of Raw Umber #744711

Tints of Raw Umber #744711

Color information

#744711 (or 0x744711) is unknown color: approx Raw Umber. HEX triplet: 74, 47 and 11. RGB value is (116,71,17). Sum of RGB (Red+Green+Blue) = 116+71+17=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #744711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744711 is #8BB8EE. Grayscale: #4E4E4E. Windows color (decimal): -9156847 or 1132404. OLE color: 1132404.

HSL color Cylindrical-coordinate representation of color #744711: hue angle of 32.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #744711 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1167117-
CMYK00.390.850.55
HSL32.73º74.44%26.08%-
HSV(B)32.73º85.34%45.49%-
XYZ9.568.261.62-
YUV78.393.41154.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=56.86%
G=34.80%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116711700.390.850.5532.7374.4426.08
Hex7447110275537214a1a
Octal16410721047125674111232
Binary111010010001111000101001111010101110111100001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744711; }

 p { color: rgb(116,71,17); }

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

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

 a { background-color: rgb(116,71,17); }

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

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

 span { border-color: rgb(116,71,17); }

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