#745801

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

Shades of Raw Umber #745801

Tints of Raw Umber #745801

Color information

#745801 (or 0x745801) is unknown color: approx Raw Umber. HEX triplet: 74, 58 and 01. RGB value is (116,88,1). Sum of RGB (Red+Green+Blue) = 116+88+1=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745801 is #8BA7FE. Grayscale: #565656. Windows color (decimal): -9152511 or 88180. OLE color: 88180.

HSL color Cylindrical-coordinate representation of color #745801: hue angle of 45.39º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #745801 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB116881-
CMYK00.240.990.55
HSL45.39º98.29%22.94%-
HSV(B)45.39º99.14%45.49%-
XYZ10.710.691.53-
YUV86.4579.78149.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=56.59%
G=42.93%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11688100.240.990.5545.3998.2922.94
Hex7458101863372d6217
Octal1641301030143675514227
Binary1110100101100010110001100011110111101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745801; }

 p { color: rgb(116,88,1); }

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

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

 a { background-color: rgb(116,88,1); }

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

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

 span { border-color: rgb(116,88,1); }

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