#746000

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

Shades of Raw Umber #746000

Tints of Raw Umber #746000

Color information

#746000 (or 0x746000) is unknown color: approx Raw Umber. HEX triplet: 74, 60 and 00. RGB value is (116,96,0). Sum of RGB (Red+Green+Blue) = 116+96+0=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #746000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746000 is #8B9FFF. Grayscale: #5B5B5B. Windows color (decimal): -9150464 or 24692. OLE color: 24692.

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

Color convert

RGB116960-
CMYK00.1710.55
HSL49.66º100%22.75%-
HSV(B)49.66º100%45.49%-
XYZ11.3912.081.73-
YUV91.0476.63145.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.72%
G=45.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11696000.1710.5549.6610022.75
Hex746000116437326417
Octal1641400021144676214427
Binary1110100110000000100011100100110111110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746000; }

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

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

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

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

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

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

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

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