#744416

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

Shades of Raw Umber #744416

Tints of Raw Umber #744416

Color information

#744416 (or 0x744416) is unknown color: approx Raw Umber. HEX triplet: 74, 44 and 16. RGB value is (116,68,22). Sum of RGB (Red+Green+Blue) = 116+68+22=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744416 is #8BBBE9. Grayscale: #4D4D4D. Windows color (decimal): -9157610 or 1459316. OLE color: 1459316.

HSL color Cylindrical-coordinate representation of color #744416: hue angle of 29.36º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #744416 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1166822-
CMYK00.410.810.55
HSL29.36º68.12%27.06%-
HSV(B)29.36º81.03%45.49%-
XYZ9.417.911.79-
YUV77.1196.9155.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=56.31%
G=33.01%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116682200.410.810.5529.3668.1227.06
Hex74441602951371d441b
Octal16410426051121673510433
Binary11101001000100101100101001101000111011111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744416; }

 p { color: rgb(116,68,22); }

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

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

 a { background-color: rgb(116,68,22); }

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

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

 span { border-color: rgb(116,68,22); }

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