#744616

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

Shades of Raw Umber #744616

Tints of Raw Umber #744616

Color information

#744616 (or 0x744616) is unknown color: approx Raw Umber. HEX triplet: 74, 46 and 16. RGB value is (116,70,22). Sum of RGB (Red+Green+Blue) = 116+70+22=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #744616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744616 is #8BB9E9. Grayscale: #4E4E4E. Windows color (decimal): -9157098 or 1459828. OLE color: 1459828.

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

Color convert

RGB1167022-
CMYK00.400.810.55
HSL30.64º68.12%27.06%-
HSV(B)30.64º81.03%45.49%-
XYZ9.548.151.83-
YUV78.2896.24154.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=55.77%
G=33.65%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116702200.400.810.5530.6468.1227.06
Hex74461602851371f441b
Octal16410626050121673710433
Binary11101001000110101100101000101000111011111111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744616; }

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

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

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

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

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

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

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

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