#745716

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

Shades of Raw Umber #745716

Tints of Raw Umber #745716

Color information

#745716 (or 0x745716) is unknown color: approx Raw Umber. HEX triplet: 74, 57 and 16. RGB value is (116,87,22). Sum of RGB (Red+Green+Blue) = 116+87+22=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745716 is #8BA8E9. Grayscale: #585858. Windows color (decimal): -9152746 or 1464180. OLE color: 1464180.

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

Color convert

RGB1168722-
CMYK00.250.810.55
HSL41.49º68.12%27.06%-
HSV(B)41.49º81.03%45.49%-
XYZ10.7610.592.24-
YUV88.2690.61147.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=51.56%
G=38.67%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116872200.250.810.5541.4968.1227.06
Hex745716019513729441b
Octal16412726031121675110433
Binary11101001010111101100110011010001110111101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745716; }

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

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

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

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

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

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

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

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