#746005

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

Shades of Raw Umber #746005

Tints of Raw Umber #746005

Color information

#746005 (or 0x746005) is unknown color: approx Raw Umber. HEX triplet: 74, 60 and 05. RGB value is (116,96,5). Sum of RGB (Red+Green+Blue) = 116+96+5=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746005 is #8B9FFA. Grayscale: #5B5B5B. Windows color (decimal): -9150459 or 352372. OLE color: 352372.

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

Color convert

RGB116965-
CMYK00.170.960.55
HSL49.19º91.74%23.73%-
HSV(B)49.19º95.69%45.49%-
XYZ11.4112.091.88-
YUV91.6179.13145.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=53.46%
G=44.24%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11696500.170.960.5549.1991.7423.73
Hex746050116037315c18
Octal1641405021140676113430
Binary111010011000001010100011100000110111110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746005; }

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

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

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

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

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

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

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

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