#745705

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

Shades of Raw Umber #745705

Tints of Raw Umber #745705

Color information

#745705 (or 0x745705) is unknown color: approx Raw Umber. HEX triplet: 74, 57 and 05. RGB value is (116,87,5). Sum of RGB (Red+Green+Blue) = 116+87+5=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #745705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745705 is #8BA8FA. Grayscale: #565656. Windows color (decimal): -9152763 or 350068. OLE color: 350068.

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

Color convert

RGB116875-
CMYK00.250.960.55
HSL44.32º91.74%23.73%-
HSV(B)44.32º95.69%45.49%-
XYZ10.6410.541.62-
YUV86.3282.11149.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=55.77%
G=41.83%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11687500.250.960.5544.3291.7423.73
Hex7457501960372c5c18
Octal1641275031140675413430
Binary111010010101111010110011100000110111101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745705; }

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

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

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

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

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

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

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

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