#744F16

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

Shades of Raw Umber #744F16

Tints of Raw Umber #744F16

Color information

#744F16 (or 0x744F16) is unknown color: approx Raw Umber. HEX triplet: 74, 4F and 16. RGB value is (116,79,22). Sum of RGB (Red+Green+Blue) = 116+79+22=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F16 is #8BB0E9. Grayscale: #535353. Windows color (decimal): -9154794 or 1462132. OLE color: 1462132.

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

Color convert

RGB1167922-
CMYK00.320.810.55
HSL36.38º68.12%27.06%-
HSV(B)36.38º81.03%45.49%-
XYZ10.149.362.03-
YUV83.5693.26151.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=53.46%
G=36.41%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116792200.320.810.5536.3868.1227.06
Hex744F16020513724441b
Octal16411726040121674410433
Binary111010010011111011001000001010001110111100100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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