#745E00

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

Shades of Raw Umber #745E00

Tints of Raw Umber #745E00

Color information

#745E00 (or 0x745E00) is unknown color: approx Raw Umber. HEX triplet: 74, 5E and 00. RGB value is (116,94,0). Sum of RGB (Red+Green+Blue) = 116+94+0=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #745E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E00 is #8BA1FF. Grayscale: #5A5A5A. Windows color (decimal): -9150976 or 24180. OLE color: 24180.

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

Color convert

RGB116940-
CMYK00.1910.55
HSL48.62º100%22.75%-
HSV(B)48.62º100%45.49%-
XYZ11.2111.721.67-
YUV89.8677.29146.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 94 (37.11% from 255) = 44.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.24%
G=44.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11694000.1910.5548.6210022.75
Hex745E00136437316417
Octal1641360023144676114427
Binary1110100101111000100111100100110111110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,94,0); }

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

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

 a { background-color: rgb(116,94,0); }

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

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

 span { border-color: rgb(116,94,0); }

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