#745904

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

Shades of Raw Umber #745904

Tints of Raw Umber #745904

Color information

#745904 (or 0x745904) is unknown color: approx Raw Umber. HEX triplet: 74, 59 and 04. RGB value is (116,89,4). Sum of RGB (Red+Green+Blue) = 116+89+4=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #745904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745904 is #8BA6FB. Grayscale: #575757. Windows color (decimal): -9152252 or 285044. OLE color: 285044.

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

Color convert

RGB116894-
CMYK00.230.970.55
HSL45.54º93.33%23.53%-
HSV(B)45.54º96.55%45.49%-
XYZ10.810.871.64-
YUV87.3880.95148.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=55.50%
G=42.58%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11689400.230.970.5545.5493.3323.53
Hex7459401761372e5d18
Octal1641314027141675613530
Binary111010010110011000101111100001110111101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745904; }

 p { color: rgb(116,89,4); }

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

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

 a { background-color: rgb(116,89,4); }

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

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

 span { border-color: rgb(116,89,4); }

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