#745107

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

Shades of Raw Umber #745107

Tints of Raw Umber #745107

Color information

#745107 (or 0x745107) is unknown color: approx Raw Umber. HEX triplet: 74, 51 and 07. RGB value is (116,81,7). Sum of RGB (Red+Green+Blue) = 116+81+7=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #745107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745107 is #8BAEF8. Grayscale: #535353. Windows color (decimal): -9154297 or 479604. OLE color: 479604.

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

Color convert

RGB116817-
CMYK00.300.940.55
HSL40.73º88.62%24.12%-
HSV(B)40.73º93.97%45.49%-
XYZ10.189.611.52-
YUV83.0385.1151.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=56.86%
G=39.71%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11681700.300.940.5540.7388.6224.12
Hex7451701E5E37295918
Octal1641217036136675113130
Binary111010010100011110111101011110110111101001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745107; }

 p { color: rgb(116,81,7); }

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

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

 a { background-color: rgb(116,81,7); }

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

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

 span { border-color: rgb(116,81,7); }

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