#745A16

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

Shades of Raw Umber #745A16

Tints of Raw Umber #745A16

Color information

#745A16 (or 0x745A16) is unknown color: approx Raw Umber. HEX triplet: 74, 5A and 16. RGB value is (116,90,22). Sum of RGB (Red+Green+Blue) = 116+90+22=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #745A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A16 is #8BA5E9. Grayscale: #5A5A5A. Windows color (decimal): -9151978 or 1464948. OLE color: 1464948.

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

Color convert

RGB1169022-
CMYK00.220.810.55
HSL43.4º68.12%27.06%-
HSV(B)43.4º81.03%45.49%-
XYZ1111.082.32-
YUV90.0289.61146.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=50.88%
G=39.47%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116902200.220.810.5543.468.1227.06
Hex745A1601651372b441b
Octal16413226026121675310433
Binary11101001011010101100101101010001110111101011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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