#744A16

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

Shades of Raw Umber #744A16

Tints of Raw Umber #744A16

Color information

#744A16 (or 0x744A16) is unknown color: approx Raw Umber. HEX triplet: 74, 4A and 16. RGB value is (116,74,22). Sum of RGB (Red+Green+Blue) = 116+74+22=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #744A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744A16 is #8BB5E9. Grayscale: #505050. Windows color (decimal): -9156074 or 1460852. OLE color: 1460852.

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

Color convert

RGB1167422-
CMYK00.360.810.55
HSL33.19º68.12%27.06%-
HSV(B)33.19º81.03%45.49%-
XYZ9.88.671.92-
YUV80.6394.91153.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=54.72%
G=34.91%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116742200.360.810.5533.1968.1227.06
Hex744A16024513721441b
Octal16411226044121674110433
Binary111010010010101011001001001010001110111100001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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