#745116

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

Shades of Raw Umber #745116

Tints of Raw Umber #745116

Color information

#745116 (or 0x745116) is unknown color: approx Raw Umber. HEX triplet: 74, 51 and 16. RGB value is (116,81,22). Sum of RGB (Red+Green+Blue) = 116+81+22=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745116 is #8BAEE9. Grayscale: #555555. Windows color (decimal): -9154282 or 1462644. OLE color: 1462644.

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

Color convert

RGB1168122-
CMYK00.300.810.55
HSL37.66º68.12%27.06%-
HSV(B)37.66º81.03%45.49%-
XYZ10.299.662.08-
YUV84.7492.6150.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=52.97%
G=36.99%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116812200.300.810.5537.6668.1227.06
Hex74511601E513726441b
Octal16412126036121674610433
Binary11101001010001101100111101010001110111100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745116; }

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

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

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

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

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

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

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

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